Package com.google.dataflow.v1beta3
Interface ExecutionStageSummaryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecutionStageSummary,ExecutionStageSummary.Builder
public interface ExecutionStageSummaryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionStageSummary.ComponentSourcegetComponentSource(int index)Collections produced and consumed by component transforms of this stage.intgetComponentSourceCount()Collections produced and consumed by component transforms of this stage.List<ExecutionStageSummary.ComponentSource>getComponentSourceList()Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.ComponentSourceOrBuildergetComponentSourceOrBuilder(int index)Collections produced and consumed by component transforms of this stage.List<? extends ExecutionStageSummary.ComponentSourceOrBuilder>getComponentSourceOrBuilderList()Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.ComponentTransformgetComponentTransform(int index)Transforms that comprise this execution stage.intgetComponentTransformCount()Transforms that comprise this execution stage.List<ExecutionStageSummary.ComponentTransform>getComponentTransformList()Transforms that comprise this execution stage.ExecutionStageSummary.ComponentTransformOrBuildergetComponentTransformOrBuilder(int index)Transforms that comprise this execution stage.List<? extends ExecutionStageSummary.ComponentTransformOrBuilder>getComponentTransformOrBuilderList()Transforms that comprise this execution stage.StringgetId()Dataflow service generated id for this stage.com.google.protobuf.ByteStringgetIdBytes()Dataflow service generated id for this stage.ExecutionStageSummary.StageSourcegetInputSource(int index)Input sources for this stage.intgetInputSourceCount()Input sources for this stage.List<ExecutionStageSummary.StageSource>getInputSourceList()Input sources for this stage.ExecutionStageSummary.StageSourceOrBuildergetInputSourceOrBuilder(int index)Input sources for this stage.List<? extends ExecutionStageSummary.StageSourceOrBuilder>getInputSourceOrBuilderList()Input sources for this stage.KindTypegetKind()Type of transform this stage is executing.intgetKindValue()Type of transform this stage is executing.StringgetName()Dataflow service generated name for this stage.com.google.protobuf.ByteStringgetNameBytes()Dataflow service generated name for this stage.ExecutionStageSummary.StageSourcegetOutputSource(int index)Output sources for this stage.intgetOutputSourceCount()Output sources for this stage.List<ExecutionStageSummary.StageSource>getOutputSourceList()Output sources for this stage.ExecutionStageSummary.StageSourceOrBuildergetOutputSourceOrBuilder(int index)Output sources for this stage.List<? extends ExecutionStageSummary.StageSourceOrBuilder>getOutputSourceOrBuilderList()Output sources for this stage.StringgetPrerequisiteStage(int index)Other stages that must complete before this stage can run.com.google.protobuf.ByteStringgetPrerequisiteStageBytes(int index)Other stages that must complete before this stage can run.intgetPrerequisiteStageCount()Other stages that must complete before this stage can run.List<String>getPrerequisiteStageList()Other stages that must complete before this stage can run.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Dataflow service generated name for this stage.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Dataflow service generated name for this stage.
string name = 1;- Returns:
- The bytes for name.
-
getId
String getId()
Dataflow service generated id for this stage.
string id = 2;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
Dataflow service generated id for this stage.
string id = 2;- Returns:
- The bytes for id.
-
getKindValue
int getKindValue()
Type of transform this stage is executing.
.google.dataflow.v1beta3.KindType kind = 3;- Returns:
- The enum numeric value on the wire for kind.
-
getKind
KindType getKind()
Type of transform this stage is executing.
.google.dataflow.v1beta3.KindType kind = 3;- Returns:
- The kind.
-
getInputSourceList
List<ExecutionStageSummary.StageSource> getInputSourceList()
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
-
getInputSource
ExecutionStageSummary.StageSource getInputSource(int index)
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
-
getInputSourceCount
int getInputSourceCount()
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
-
getInputSourceOrBuilderList
List<? extends ExecutionStageSummary.StageSourceOrBuilder> getInputSourceOrBuilderList()
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
-
getInputSourceOrBuilder
ExecutionStageSummary.StageSourceOrBuilder getInputSourceOrBuilder(int index)
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
-
getOutputSourceList
List<ExecutionStageSummary.StageSource> getOutputSourceList()
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
-
getOutputSource
ExecutionStageSummary.StageSource getOutputSource(int index)
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
-
getOutputSourceCount
int getOutputSourceCount()
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
-
getOutputSourceOrBuilderList
List<? extends ExecutionStageSummary.StageSourceOrBuilder> getOutputSourceOrBuilderList()
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
-
getOutputSourceOrBuilder
ExecutionStageSummary.StageSourceOrBuilder getOutputSourceOrBuilder(int index)
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
-
getPrerequisiteStageList
List<String> getPrerequisiteStageList()
Other stages that must complete before this stage can run.
repeated string prerequisite_stage = 8;- Returns:
- A list containing the prerequisiteStage.
-
getPrerequisiteStageCount
int getPrerequisiteStageCount()
Other stages that must complete before this stage can run.
repeated string prerequisite_stage = 8;- Returns:
- The count of prerequisiteStage.
-
getPrerequisiteStage
String getPrerequisiteStage(int index)
Other stages that must complete before this stage can run.
repeated string prerequisite_stage = 8;- Parameters:
index- The index of the element to return.- Returns:
- The prerequisiteStage at the given index.
-
getPrerequisiteStageBytes
com.google.protobuf.ByteString getPrerequisiteStageBytes(int index)
Other stages that must complete before this stage can run.
repeated string prerequisite_stage = 8;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the prerequisiteStage at the given index.
-
getComponentTransformList
List<ExecutionStageSummary.ComponentTransform> getComponentTransformList()
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
-
getComponentTransform
ExecutionStageSummary.ComponentTransform getComponentTransform(int index)
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
-
getComponentTransformCount
int getComponentTransformCount()
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
-
getComponentTransformOrBuilderList
List<? extends ExecutionStageSummary.ComponentTransformOrBuilder> getComponentTransformOrBuilderList()
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
-
getComponentTransformOrBuilder
ExecutionStageSummary.ComponentTransformOrBuilder getComponentTransformOrBuilder(int index)
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
-
getComponentSourceList
List<ExecutionStageSummary.ComponentSource> getComponentSourceList()
Collections produced and consumed by component transforms of this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
-
getComponentSource
ExecutionStageSummary.ComponentSource getComponentSource(int index)
Collections produced and consumed by component transforms of this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
-
getComponentSourceCount
int getComponentSourceCount()
Collections produced and consumed by component transforms of this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
-
getComponentSourceOrBuilderList
List<? extends ExecutionStageSummary.ComponentSourceOrBuilder> getComponentSourceOrBuilderList()
Collections produced and consumed by component transforms of this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
-
getComponentSourceOrBuilder
ExecutionStageSummary.ComponentSourceOrBuilder getComponentSourceOrBuilder(int index)
Collections produced and consumed by component transforms of this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
-
-