public interface ExecutionStageSummaryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getComponentSource(int index)
public abstract ExecutionStageSummary.ComponentSource getComponentSource(int index)Collections produced and consumed by component transforms of this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
| Name | Description |
index |
int |
| Type | Description |
ExecutionStageSummary.ComponentSource |
getComponentSourceCount()
public abstract int getComponentSourceCount()Collections produced and consumed by component transforms of this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
| Type | Description |
int |
getComponentSourceList()
public abstract List<ExecutionStageSummary.ComponentSource> getComponentSourceList()Collections produced and consumed by component transforms of this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
| Type | Description |
List<ComponentSource> |
getComponentSourceOrBuilder(int index)
public abstract ExecutionStageSummary.ComponentSourceOrBuilder getComponentSourceOrBuilder(int index)Collections produced and consumed by component transforms of this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
| Name | Description |
index |
int |
| Type | Description |
ExecutionStageSummary.ComponentSourceOrBuilder |
getComponentSourceOrBuilderList()
public abstract List<? extends ExecutionStageSummary.ComponentSourceOrBuilder> getComponentSourceOrBuilderList()Collections produced and consumed by component transforms of this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
| Type | Description |
List<? extends com.google.dataflow.v1beta3.ExecutionStageSummary.ComponentSourceOrBuilder> |
getComponentTransform(int index)
public abstract ExecutionStageSummary.ComponentTransform getComponentTransform(int index)Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
| Name | Description |
index |
int |
| Type | Description |
ExecutionStageSummary.ComponentTransform |
getComponentTransformCount()
public abstract int getComponentTransformCount()Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
| Type | Description |
int |
getComponentTransformList()
public abstract List<ExecutionStageSummary.ComponentTransform> getComponentTransformList()Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
| Type | Description |
List<ComponentTransform> |
getComponentTransformOrBuilder(int index)
public abstract ExecutionStageSummary.ComponentTransformOrBuilder getComponentTransformOrBuilder(int index)Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
| Name | Description |
index |
int |
| Type | Description |
ExecutionStageSummary.ComponentTransformOrBuilder |
getComponentTransformOrBuilderList()
public abstract List<? extends ExecutionStageSummary.ComponentTransformOrBuilder> getComponentTransformOrBuilderList()Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
| Type | Description |
List<? extends com.google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransformOrBuilder> |
getId()
public abstract String getId()Dataflow service generated id for this stage.
string id = 2;
| Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()Dataflow service generated id for this stage.
string id = 2;
| Type | Description |
ByteString |
The bytes for id. |
getInputSource(int index)
public abstract ExecutionStageSummary.StageSource getInputSource(int index)Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
| Name | Description |
index |
int |
| Type | Description |
ExecutionStageSummary.StageSource |
getInputSourceCount()
public abstract int getInputSourceCount()Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
| Type | Description |
int |
getInputSourceList()
public abstract List<ExecutionStageSummary.StageSource> getInputSourceList()Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
| Type | Description |
List<StageSource> |
getInputSourceOrBuilder(int index)
public abstract ExecutionStageSummary.StageSourceOrBuilder getInputSourceOrBuilder(int index)Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
| Name | Description |
index |
int |
| Type | Description |
ExecutionStageSummary.StageSourceOrBuilder |
getInputSourceOrBuilderList()
public abstract List<? extends ExecutionStageSummary.StageSourceOrBuilder> getInputSourceOrBuilderList()Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
| Type | Description |
List<? extends com.google.dataflow.v1beta3.ExecutionStageSummary.StageSourceOrBuilder> |
getKind()
public abstract KindType getKind()Type of transform this stage is executing.
.google.dataflow.v1beta3.KindType kind = 3;
| Type | Description |
KindType |
The kind. |
getKindValue()
public abstract int getKindValue()Type of transform this stage is executing.
.google.dataflow.v1beta3.KindType kind = 3;
| Type | Description |
int |
The enum numeric value on the wire for kind. |
getName()
public abstract String getName()Dataflow service generated name for this stage.
string name = 1;
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Dataflow service generated name for this stage.
string name = 1;
| Type | Description |
ByteString |
The bytes for name. |
getOutputSource(int index)
public abstract ExecutionStageSummary.StageSource getOutputSource(int index)Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
| Name | Description |
index |
int |
| Type | Description |
ExecutionStageSummary.StageSource |
getOutputSourceCount()
public abstract int getOutputSourceCount()Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
| Type | Description |
int |
getOutputSourceList()
public abstract List<ExecutionStageSummary.StageSource> getOutputSourceList()Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
| Type | Description |
List<StageSource> |
getOutputSourceOrBuilder(int index)
public abstract ExecutionStageSummary.StageSourceOrBuilder getOutputSourceOrBuilder(int index)Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
| Name | Description |
index |
int |
| Type | Description |
ExecutionStageSummary.StageSourceOrBuilder |
getOutputSourceOrBuilderList()
public abstract List<? extends ExecutionStageSummary.StageSourceOrBuilder> getOutputSourceOrBuilderList()Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
| Type | Description |
List<? extends com.google.dataflow.v1beta3.ExecutionStageSummary.StageSourceOrBuilder> |
getPrerequisiteStage(int index)
public abstract String getPrerequisiteStage(int index)Other stages that must complete before this stage can run.
repeated string prerequisite_stage = 8;
| Name | Description |
index |
intThe index of the element to return. |
| Type | Description |
String |
The prerequisiteStage at the given index. |
getPrerequisiteStageBytes(int index)
public abstract ByteString getPrerequisiteStageBytes(int index)Other stages that must complete before this stage can run.
repeated string prerequisite_stage = 8;
| Name | Description |
index |
intThe index of the value to return. |
| Type | Description |
ByteString |
The bytes of the prerequisiteStage at the given index. |
getPrerequisiteStageCount()
public abstract int getPrerequisiteStageCount()Other stages that must complete before this stage can run.
repeated string prerequisite_stage = 8;
| Type | Description |
int |
The count of prerequisiteStage. |
getPrerequisiteStageList()
public abstract List<String> getPrerequisiteStageList()Other stages that must complete before this stage can run.
repeated string prerequisite_stage = 8;
| Type | Description |
List<String> |
A list containing the prerequisiteStage. |