Interface DataflowWorkerHarnessOptions

All Superinterfaces:
ApplicationNameOptions, BigQueryOptions, DataflowPipelineDebugOptions, DataflowPipelineOptions, DataflowPipelineWorkerPoolOptions, DataflowProfilingOptions, DataflowStreamingPipelineOptions, DataflowWorkerLoggingOptions, ExperimentalOptions, FileStagingOptions, GcpOptions, GcsOptions, GoogleApiDebugOptions, HasDisplayData, MemoryMonitorOptions, PipelineOptions, PubsubOptions, StreamingOptions

@Hidden public interface DataflowWorkerHarnessOptions extends DataflowPipelineOptions
Options that are used exclusively within the Dataflow worker harness. These options have no effect at pipeline creation time.
  • Method Details

    • getWorkerId

      String getWorkerId()
      The identity of the worker running this pipeline.
    • setWorkerId

      void setWorkerId(String value)
    • getJobId

      String getJobId()
      The identity of the Dataflow job.
    • setJobId

      void setJobId(String value)
    • getWorkerPool

      String getWorkerPool()
      The identity of the worker pool of this worker.
    • setWorkerPool

      void setWorkerPool(String value)