- 0.56.0 (latest)
- 0.55.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.5.0
public interface ExecutionStageSummaryOrBuilder extends MessageOrBuilder
Implements
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ExecutionStageSummary.ComponentTransform |
getComponentTransformCount()
public abstract int getComponentTransformCount()
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()
Dataflow service generated id for this stage.
string id = 2;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ExecutionStageSummary.StageSource |
getInputSourceCount()
public abstract int getInputSourceCount()
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
Returns | |
---|---|
Type | Description |
int |
getInputSourceList()
public abstract List<ExecutionStageSummary.StageSource> getInputSourceList()
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
KindType |
The kind. |
getKindValue()
public abstract int getKindValue()
Type of transform this stage is executing.
.google.dataflow.v1beta3.KindType kind = 3;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Dataflow service generated name for this stage.
string name = 1;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ExecutionStageSummary.StageSource |
getOutputSourceCount()
public abstract int getOutputSourceCount()
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
Returns | |
---|---|
Type | Description |
int |
getOutputSourceList()
public abstract List<ExecutionStageSummary.StageSource> getOutputSourceList()
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the prerequisiteStage. |