Class BigQueryFileLoadsSchemaTransformProvider
- java.lang.Object
-
- org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<BigQueryWriteConfiguration>
-
- org.apache.beam.sdk.io.gcp.bigquery.providers.BigQueryFileLoadsSchemaTransformProvider
-
- All Implemented Interfaces:
org.apache.beam.sdk.schemas.transforms.SchemaTransformProvider
@Internal @AutoService(org.apache.beam.sdk.schemas.transforms.SchemaTransformProvider.class) public class BigQueryFileLoadsSchemaTransformProvider extends org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<BigQueryWriteConfiguration>
An implementation ofTypedSchemaTransformProviderfor BigQuery write jobs configured usingBigQueryWriteConfiguration.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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBigQueryFileLoadsSchemaTransformProvider.BigQueryFileLoadsSchemaTransform
-
Constructor Summary
Constructors Constructor Description BigQueryFileLoadsSchemaTransformProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.beam.sdk.schemas.transforms.SchemaTransformfrom(BigQueryWriteConfiguration configuration)java.lang.Stringidentifier()java.util.List<java.lang.String>inputCollectionNames()java.util.List<java.lang.String>outputCollectionNames()-
Methods inherited from class org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider
configurationClass, configurationSchema, dependencies, from
-
-
-
-
Method Detail
-
from
protected org.apache.beam.sdk.schemas.transforms.SchemaTransform from(BigQueryWriteConfiguration configuration)
- Specified by:
fromin classorg.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<BigQueryWriteConfiguration>
-
identifier
public java.lang.String identifier()
-
inputCollectionNames
public java.util.List<java.lang.String> inputCollectionNames()
-
outputCollectionNames
public java.util.List<java.lang.String> outputCollectionNames()
-
-