@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. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDependenciespublic PTransform<PBegin,PCollection<byte[]>> buildExternal(ReadBuilder.Configuration c)
ExternalTransformBuilderbuildExternal in interface ExternalTransformBuilder<ReadBuilder.Configuration,PBegin,PCollection<byte[]>>