sdkPipelineOptions property

  1. @TagNumber(8)
Struct get sdkPipelineOptions

The Cloud Dataflow SDK pipeline options specified by the user. These options are passed through the service and are used to recreate the SDK pipeline options on the worker in a language agnostic and platform independent way.

Implementation

@$pb.TagNumber(8)
$0.Struct get sdkPipelineOptions => $_getN(7);
  1. @TagNumber(8)
set sdkPipelineOptions (Struct v)

Implementation

@$pb.TagNumber(8)
set sdkPipelineOptions($0.Struct v) { setField(8, v); }