public interface PipelineDescriptionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayData(int index)
public abstract DisplayData getDisplayData(int index)Pipeline level display data.
repeated .google.dataflow.v1beta3.DisplayData display_data = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DisplayData |
|
getDisplayDataCount()
public abstract int getDisplayDataCount()Pipeline level display data.
repeated .google.dataflow.v1beta3.DisplayData display_data = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDisplayDataList()
public abstract List<DisplayData> getDisplayDataList()Pipeline level display data.
repeated .google.dataflow.v1beta3.DisplayData display_data = 3;
| Returns | |
|---|---|
| Type | Description |
List<DisplayData> |
|
getDisplayDataOrBuilder(int index)
public abstract DisplayDataOrBuilder getDisplayDataOrBuilder(int index)Pipeline level display data.
repeated .google.dataflow.v1beta3.DisplayData display_data = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DisplayDataOrBuilder |
|
getDisplayDataOrBuilderList()
public abstract List<? extends DisplayDataOrBuilder> getDisplayDataOrBuilderList()Pipeline level display data.
repeated .google.dataflow.v1beta3.DisplayData display_data = 3;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.dataflow.v1beta3.DisplayDataOrBuilder> |
|
getExecutionPipelineStage(int index)
public abstract ExecutionStageSummary getExecutionPipelineStage(int index)Description of each stage of execution of the pipeline.
repeated .google.dataflow.v1beta3.ExecutionStageSummary execution_pipeline_stage = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ExecutionStageSummary |
|
getExecutionPipelineStageCount()
public abstract int getExecutionPipelineStageCount()Description of each stage of execution of the pipeline.
repeated .google.dataflow.v1beta3.ExecutionStageSummary execution_pipeline_stage = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getExecutionPipelineStageList()
public abstract List<ExecutionStageSummary> getExecutionPipelineStageList()Description of each stage of execution of the pipeline.
repeated .google.dataflow.v1beta3.ExecutionStageSummary execution_pipeline_stage = 2;
| Returns | |
|---|---|
| Type | Description |
List<ExecutionStageSummary> |
|
getExecutionPipelineStageOrBuilder(int index)
public abstract ExecutionStageSummaryOrBuilder getExecutionPipelineStageOrBuilder(int index)Description of each stage of execution of the pipeline.
repeated .google.dataflow.v1beta3.ExecutionStageSummary execution_pipeline_stage = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ExecutionStageSummaryOrBuilder |
|
getExecutionPipelineStageOrBuilderList()
public abstract List<? extends ExecutionStageSummaryOrBuilder> getExecutionPipelineStageOrBuilderList()Description of each stage of execution of the pipeline.
repeated .google.dataflow.v1beta3.ExecutionStageSummary execution_pipeline_stage = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.dataflow.v1beta3.ExecutionStageSummaryOrBuilder> |
|
getOriginalPipelineTransform(int index)
public abstract TransformSummary getOriginalPipelineTransform(int index)Description of each transform in the pipeline and collections between them.
repeated .google.dataflow.v1beta3.TransformSummary original_pipeline_transform = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TransformSummary |
|
getOriginalPipelineTransformCount()
public abstract int getOriginalPipelineTransformCount()Description of each transform in the pipeline and collections between them.
repeated .google.dataflow.v1beta3.TransformSummary original_pipeline_transform = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getOriginalPipelineTransformList()
public abstract List<TransformSummary> getOriginalPipelineTransformList()Description of each transform in the pipeline and collections between them.
repeated .google.dataflow.v1beta3.TransformSummary original_pipeline_transform = 1;
| Returns | |
|---|---|
| Type | Description |
List<TransformSummary> |
|
getOriginalPipelineTransformOrBuilder(int index)
public abstract TransformSummaryOrBuilder getOriginalPipelineTransformOrBuilder(int index)Description of each transform in the pipeline and collections between them.
repeated .google.dataflow.v1beta3.TransformSummary original_pipeline_transform = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TransformSummaryOrBuilder |
|
getOriginalPipelineTransformOrBuilderList()
public abstract List<? extends TransformSummaryOrBuilder> getOriginalPipelineTransformOrBuilderList()Description of each transform in the pipeline and collections between them.
repeated .google.dataflow.v1beta3.TransformSummary original_pipeline_transform = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.dataflow.v1beta3.TransformSummaryOrBuilder> |
|
getStepNamesHash()
public abstract String getStepNamesHash()A hash value of the submitted pipeline portable graph step names if exists.
string step_names_hash = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The stepNamesHash. |
getStepNamesHashBytes()
public abstract ByteString getStepNamesHashBytes()A hash value of the submitted pipeline portable graph step names if exists.
string step_names_hash = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for stepNamesHash. |