Class BigQueryExportReadSchemaTransformProvider

  • All Implemented Interfaces:
    org.apache.beam.sdk.schemas.transforms.SchemaTransformProvider

    @Internal
    @AutoService(org.apache.beam.sdk.schemas.transforms.SchemaTransformProvider.class)
    public class BigQueryExportReadSchemaTransformProvider
    extends org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<BigQueryExportReadSchemaTransformConfiguration>
    An implementation of 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.

    • Constructor Detail

      • BigQueryExportReadSchemaTransformProvider

        public BigQueryExportReadSchemaTransformProvider()
    • Method Detail

      • identifier

        public java.lang.String identifier()
        Implementation of the TypedSchemaTransformProvider identifier method.
      • inputCollectionNames

        public java.util.List<java.lang.String> inputCollectionNames()
        Implementation of the TypedSchemaTransformProvider inputCollectionNames method. Since no input is expected, this returns an empty list.
      • outputCollectionNames

        public java.util.List<java.lang.String> outputCollectionNames()
        Implementation of the TypedSchemaTransformProvider outputCollectionNames method. Since a single output is expected, this returns a list with a single name.