public static interface FilterExamples.Options
extends org.apache.beam.sdk.options.PipelineOptions
FilterExamples.
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 |
|---|---|
java.lang.String |
getInput() |
java.lang.Integer |
getMonthFilter() |
java.lang.String |
getOutput() |
void |
setInput(java.lang.String value) |
void |
setMonthFilter(java.lang.Integer value) |
void |
setOutput(java.lang.String value) |
@Default.String(value="clouddataflow-readonly:samples.weather_stations") java.lang.String getInput()
void setInput(java.lang.String value)
@Validation.Required java.lang.String getOutput()
void setOutput(java.lang.String value)
@Default.Integer(value=7) java.lang.Integer getMonthFilter()
void setMonthFilter(java.lang.Integer value)