Package org.apache.beam.examples.common
Class ExampleBigQueryTableOptions.BigQueryTableFactory
- java.lang.Object
-
- org.apache.beam.examples.common.ExampleBigQueryTableOptions.BigQueryTableFactory
-
- All Implemented Interfaces:
org.apache.beam.sdk.options.DefaultValueFactory<java.lang.String>
- Enclosing interface:
- ExampleBigQueryTableOptions
public static class ExampleBigQueryTableOptions.BigQueryTableFactory extends java.lang.Object implements org.apache.beam.sdk.options.DefaultValueFactory<java.lang.String>Returns the job name as the default BigQuery table name.
-
-
Constructor Summary
Constructors Constructor Description BigQueryTableFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringcreate(org.apache.beam.sdk.options.PipelineOptions options)
-