@Experimental(value=PORTABILITY) public class ReadBuilder extends java.lang.Object implements ExternalTransformBuilder<ReadBuilder.Configuration,PBegin,PCollection<byte[]>>
Modifier and Type | Class and Description |
---|---|
static class |
ReadBuilder.Configuration
Parameters class to expose the transform to an external SDK.
|
Constructor and Description |
---|
ReadBuilder() |
Modifier and Type | Method and Description |
---|---|
PTransform<PBegin,PCollection<byte[]>> |
buildExternal(ReadBuilder.Configuration c)
Builds the transform after it has been configured.
|
public PTransform<PBegin,PCollection<byte[]>> buildExternal(ReadBuilder.Configuration c)
ExternalTransformBuilder
buildExternal
in interface ExternalTransformBuilder<ReadBuilder.Configuration,PBegin,PCollection<byte[]>>