sdkPipelineOptions property
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);
Implementation
@$pb.TagNumber(8)
set sdkPipelineOptions($0.Struct v) { setField(8, v); }