pipelineId property
pipeline_id is the ID of the pipeline to query. Required when using TABULAR_DATA_SOURCE_TYPE_PIPELINE_SINK.
Implementation
@$pb.TagNumber(2)
$core.String get pipelineId => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set pipelineId($core.String v) { $_setString(1, v); }