public static interface BigQueryTornadoes.Options
extends org.apache.beam.sdk.options.PipelineOptions
BigQueryTornadoes.
Inherits standard configuration options.
org.apache.beam.sdk.options.PipelineOptions.AtomicLongFactory, org.apache.beam.sdk.options.PipelineOptions.CheckEnabled, org.apache.beam.sdk.options.PipelineOptions.DirectRunner, org.apache.beam.sdk.options.PipelineOptions.JobNameFactory, org.apache.beam.sdk.options.PipelineOptions.UserAgentFactory| Modifier and Type | Method and Description |
|---|---|
org.apache.beam.sdk.io.gcp.bigquery.BigQueryIO.Write.CreateDisposition |
getCreateDisposition() |
java.lang.String |
getInput() |
java.lang.String |
getInputQuery() |
java.lang.String |
getOutput() |
org.apache.beam.sdk.io.gcp.bigquery.BigQueryIO.TypedRead.Method |
getReadMethod() |
org.apache.beam.sdk.io.gcp.bigquery.BigQueryIO.Write.WriteDisposition |
getWriteDisposition() |
org.apache.beam.sdk.io.gcp.bigquery.BigQueryIO.Write.Method |
getWriteMethod() |
void |
setCreateDisposition(org.apache.beam.sdk.io.gcp.bigquery.BigQueryIO.Write.CreateDisposition value) |
void |
setInput(java.lang.String value) |
void |
setInputQuery(java.lang.String value) |
void |
setOutput(java.lang.String value) |
void |
setReadMethod(org.apache.beam.sdk.io.gcp.bigquery.BigQueryIO.TypedRead.Method value) |
void |
setWriteDisposition(org.apache.beam.sdk.io.gcp.bigquery.BigQueryIO.Write.WriteDisposition value) |
void |
setWriteMethod(org.apache.beam.sdk.io.gcp.bigquery.BigQueryIO.Write.Method value) |
@Default.String(value="clouddataflow-readonly:samples.weather_stations") java.lang.String getInput()
void setInput(java.lang.String value)
@Default.String(value="") java.lang.String getInputQuery()
void setInputQuery(java.lang.String value)
@Default.Enum(value="EXPORT") org.apache.beam.sdk.io.gcp.bigquery.BigQueryIO.TypedRead.Method getReadMethod()
void setReadMethod(org.apache.beam.sdk.io.gcp.bigquery.BigQueryIO.TypedRead.Method value)
@Default.Enum(value="DEFAULT") org.apache.beam.sdk.io.gcp.bigquery.BigQueryIO.Write.Method getWriteMethod()
void setWriteMethod(org.apache.beam.sdk.io.gcp.bigquery.BigQueryIO.Write.Method value)
@Default.Enum(value="WRITE_TRUNCATE") org.apache.beam.sdk.io.gcp.bigquery.BigQueryIO.Write.WriteDisposition getWriteDisposition()
void setWriteDisposition(org.apache.beam.sdk.io.gcp.bigquery.BigQueryIO.Write.WriteDisposition value)
@Default.Enum(value="CREATE_IF_NEEDED") org.apache.beam.sdk.io.gcp.bigquery.BigQueryIO.Write.CreateDisposition getCreateDisposition()
void setCreateDisposition(org.apache.beam.sdk.io.gcp.bigquery.BigQueryIO.Write.CreateDisposition value)
@Validation.Required java.lang.String getOutput()
void setOutput(java.lang.String value)