Interface TestBigQueryOptions

  • All Superinterfaces:
    org.apache.beam.sdk.options.ApplicationNameOptions, BigQueryOptions, org.apache.beam.sdk.extensions.gcp.options.GcpOptions, org.apache.beam.sdk.extensions.gcp.options.GoogleApiDebugOptions, org.apache.beam.sdk.transforms.display.HasDisplayData, org.apache.beam.sdk.options.PipelineOptions, org.apache.beam.sdk.options.StreamingOptions, org.apache.beam.sdk.testing.TestPipelineOptions

    public interface TestBigQueryOptions
    extends org.apache.beam.sdk.testing.TestPipelineOptions, BigQueryOptions, org.apache.beam.sdk.extensions.gcp.options.GcpOptions
    TestPipelineOptions for TestBigQuery.
    • Field Detail

      • BIGQUERY_EARLY_ROLLOUT_REGION

        static final java.lang.String BIGQUERY_EARLY_ROLLOUT_REGION
        See Also:
        Constant Field Values
    • Method Detail

      • getTargetDataset

        @String("integ_test")
        java.lang.String getTargetDataset()
      • setTargetDataset

        void setTargetDataset​(java.lang.String value)
      • getBigQueryLocation

        @String("")
        java.lang.String getBigQueryLocation()
      • setBigQueryLocation

        void setBigQueryLocation​(java.lang.String location)