Class BigQueryExportReadSchemaTransformConfiguration.Builder
java.lang.Object
org.apache.beam.sdk.io.gcp.bigquery.BigQueryExportReadSchemaTransformConfiguration.Builder
- Enclosing class:
BigQueryExportReadSchemaTransformConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds theBigQueryExportReadSchemaTransformConfiguration
configuration.Configures the BigQuery read job with the SQL query.setQueryLocation
(String value) BigQuery geographic location where the query job will be executed.setTableSpec
(String value) Specifies a table for a BigQuery read job.setUseStandardSql
(Boolean value) Enables BigQuery's Standard SQL dialect when reading from a query.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setQuery
Configures the BigQuery read job with the SQL query. -
setTableSpec
Specifies a table for a BigQuery read job. SeeBigQueryIO.TypedRead.from(String)
for more details on the expected format. -
setQueryLocation
public abstract BigQueryExportReadSchemaTransformConfiguration.Builder setQueryLocation(String value) BigQuery geographic location where the query job will be executed. -
setUseStandardSql
public abstract BigQueryExportReadSchemaTransformConfiguration.Builder setUseStandardSql(Boolean value) Enables BigQuery's Standard SQL dialect when reading from a query. -
build
Builds theBigQueryExportReadSchemaTransformConfiguration
configuration.
-