@Internal @AutoService(value=SchemaTransformProvider.class) public class BigQueryExportReadSchemaTransformProvider extends TypedSchemaTransformProvider<BigQueryExportReadSchemaTransformConfiguration>
TypedSchemaTransformProvider for BigQuery read jobs configured using
 BigQueryExportReadSchemaTransformConfiguration.
 Internal only: This class is actively being worked on, and it will likely change. We provide no backwards compatibility guarantees, and it should not be implemented outside the Beam repository.
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | BigQueryExportReadSchemaTransformProvider.BigQueryExportSchemaTransformAn implementation of  SchemaTransformfor BigQuery read jobs configured usingBigQueryExportReadSchemaTransformConfiguration. | 
| Constructor and Description | 
|---|
| BigQueryExportReadSchemaTransformProvider() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.lang.Class<BigQueryExportReadSchemaTransformConfiguration> | configurationClass()Returns the expected class of the configuration. | 
| protected SchemaTransform | from(BigQueryExportReadSchemaTransformConfiguration configuration)Returns the expected  SchemaTransformof the configuration. | 
| java.lang.String | identifier()Implementation of the  TypedSchemaTransformProvideridentifier method. | 
| java.util.List<java.lang.String> | inputCollectionNames()Implementation of the  TypedSchemaTransformProviderinputCollectionNames method. | 
| java.util.List<java.lang.String> | outputCollectionNames()Implementation of the  TypedSchemaTransformProvideroutputCollectionNames method. | 
configurationSchema, dependencies, fromclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescriptionpublic BigQueryExportReadSchemaTransformProvider()
protected java.lang.Class<BigQueryExportReadSchemaTransformConfiguration> configurationClass()
configurationClass in class TypedSchemaTransformProvider<BigQueryExportReadSchemaTransformConfiguration>protected SchemaTransform from(BigQueryExportReadSchemaTransformConfiguration configuration)
SchemaTransform of the configuration.from in class TypedSchemaTransformProvider<BigQueryExportReadSchemaTransformConfiguration>public java.lang.String identifier()
TypedSchemaTransformProvider identifier method.public java.util.List<java.lang.String> inputCollectionNames()
TypedSchemaTransformProvider inputCollectionNames method. Since
 no input is expected, this returns an empty list.public java.util.List<java.lang.String> outputCollectionNames()
TypedSchemaTransformProvider outputCollectionNames method. Since
 a single output is expected, this returns a list with a single name.