- 0.82.0 (latest)
- 0.80.0
- 0.79.0
- 0.78.0
- 0.77.0
- 0.76.0
- 0.74.0
- 0.72.0
- 0.71.0
- 0.68.0
- 0.67.0
- 0.66.0
- 0.64.0
- 0.63.0
- 0.62.0
- 0.61.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 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 static final class ExecutionStageSummary.Builder extends GeneratedMessageV3.Builder<ExecutionStageSummary.Builder> implements ExecutionStageSummaryOrBuilderDescription of the composing transforms, names/ids, and input/outputs of a stage of execution. Some composing transforms and sources may have been generated by the Dataflow service during execution planning.
 Protobuf type google.dataflow.v1beta3.ExecutionStageSummary
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ExecutionStageSummary.BuilderImplements
ExecutionStageSummaryOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addAllComponentSource(Iterable<? extends ExecutionStageSummary.ComponentSource> values)
public ExecutionStageSummary.Builder addAllComponentSource(Iterable<? extends ExecutionStageSummary.ComponentSource> values)Collections produced and consumed by component transforms of this stage.
 
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
 
| Parameter | |
|---|---|
| Name | Description | 
| values | Iterable<? extends com.google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource> | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
addAllComponentTransform(Iterable<? extends ExecutionStageSummary.ComponentTransform> values)
public ExecutionStageSummary.Builder addAllComponentTransform(Iterable<? extends ExecutionStageSummary.ComponentTransform> values)Transforms that comprise this execution stage.
 
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
 
| Parameter | |
|---|---|
| Name | Description | 
| values | Iterable<? extends com.google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform> | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
addAllInputSource(Iterable<? extends ExecutionStageSummary.StageSource> values)
public ExecutionStageSummary.Builder addAllInputSource(Iterable<? extends ExecutionStageSummary.StageSource> values)Input sources for this stage.
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
 
| Parameter | |
|---|---|
| Name | Description | 
| values | Iterable<? extends com.google.dataflow.v1beta3.ExecutionStageSummary.StageSource> | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
addAllOutputSource(Iterable<? extends ExecutionStageSummary.StageSource> values)
public ExecutionStageSummary.Builder addAllOutputSource(Iterable<? extends ExecutionStageSummary.StageSource> values)Output sources for this stage.
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
 
| Parameter | |
|---|---|
| Name | Description | 
| values | Iterable<? extends com.google.dataflow.v1beta3.ExecutionStageSummary.StageSource> | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
addAllPrerequisiteStage(Iterable<String> values)
public ExecutionStageSummary.Builder addAllPrerequisiteStage(Iterable<String> values)Other stages that must complete before this stage can run.
 repeated string prerequisite_stage = 8;
| Parameter | |
|---|---|
| Name | Description | 
| values | Iterable<String>The prerequisiteStage to add. | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | This builder for chaining. | 
addComponentSource(ExecutionStageSummary.ComponentSource value)
public ExecutionStageSummary.Builder addComponentSource(ExecutionStageSummary.ComponentSource value)Collections produced and consumed by component transforms of this stage.
 
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ExecutionStageSummary.ComponentSource | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
addComponentSource(ExecutionStageSummary.ComponentSource.Builder builderForValue)
public ExecutionStageSummary.Builder addComponentSource(ExecutionStageSummary.ComponentSource.Builder builderForValue)Collections produced and consumed by component transforms of this stage.
 
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | ExecutionStageSummary.ComponentSource.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
addComponentSource(int index, ExecutionStageSummary.ComponentSource value)
public ExecutionStageSummary.Builder addComponentSource(int index, ExecutionStageSummary.ComponentSource value)Collections produced and consumed by component transforms of this stage.
 
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| value | ExecutionStageSummary.ComponentSource | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
addComponentSource(int index, ExecutionStageSummary.ComponentSource.Builder builderForValue)
public ExecutionStageSummary.Builder addComponentSource(int index, ExecutionStageSummary.ComponentSource.Builder builderForValue)Collections produced and consumed by component transforms of this stage.
 
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| builderForValue | ExecutionStageSummary.ComponentSource.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
addComponentSourceBuilder()
public ExecutionStageSummary.ComponentSource.Builder addComponentSourceBuilder()Collections produced and consumed by component transforms of this stage.
 
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.ComponentSource.Builder | |
addComponentSourceBuilder(int index)
public ExecutionStageSummary.ComponentSource.Builder addComponentSourceBuilder(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.Builder | |
addComponentTransform(ExecutionStageSummary.ComponentTransform value)
public ExecutionStageSummary.Builder addComponentTransform(ExecutionStageSummary.ComponentTransform value)Transforms that comprise this execution stage.
 
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ExecutionStageSummary.ComponentTransform | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
addComponentTransform(ExecutionStageSummary.ComponentTransform.Builder builderForValue)
public ExecutionStageSummary.Builder addComponentTransform(ExecutionStageSummary.ComponentTransform.Builder builderForValue)Transforms that comprise this execution stage.
 
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | ExecutionStageSummary.ComponentTransform.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
addComponentTransform(int index, ExecutionStageSummary.ComponentTransform value)
public ExecutionStageSummary.Builder addComponentTransform(int index, ExecutionStageSummary.ComponentTransform value)Transforms that comprise this execution stage.
 
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| value | ExecutionStageSummary.ComponentTransform | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
addComponentTransform(int index, ExecutionStageSummary.ComponentTransform.Builder builderForValue)
public ExecutionStageSummary.Builder addComponentTransform(int index, ExecutionStageSummary.ComponentTransform.Builder builderForValue)Transforms that comprise this execution stage.
 
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| builderForValue | ExecutionStageSummary.ComponentTransform.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
addComponentTransformBuilder()
public ExecutionStageSummary.ComponentTransform.Builder addComponentTransformBuilder()Transforms that comprise this execution stage.
 
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.ComponentTransform.Builder | |
addComponentTransformBuilder(int index)
public ExecutionStageSummary.ComponentTransform.Builder addComponentTransformBuilder(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.Builder | |
addInputSource(ExecutionStageSummary.StageSource value)
public ExecutionStageSummary.Builder addInputSource(ExecutionStageSummary.StageSource value)Input sources for this stage.
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ExecutionStageSummary.StageSource | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
addInputSource(ExecutionStageSummary.StageSource.Builder builderForValue)
public ExecutionStageSummary.Builder addInputSource(ExecutionStageSummary.StageSource.Builder builderForValue)Input sources for this stage.
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | ExecutionStageSummary.StageSource.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
addInputSource(int index, ExecutionStageSummary.StageSource value)
public ExecutionStageSummary.Builder addInputSource(int index, ExecutionStageSummary.StageSource value)Input sources for this stage.
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| value | ExecutionStageSummary.StageSource | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
addInputSource(int index, ExecutionStageSummary.StageSource.Builder builderForValue)
public ExecutionStageSummary.Builder addInputSource(int index, ExecutionStageSummary.StageSource.Builder builderForValue)Input sources for this stage.
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| builderForValue | ExecutionStageSummary.StageSource.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
addInputSourceBuilder()
public ExecutionStageSummary.StageSource.Builder addInputSourceBuilder()Input sources for this stage.
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.StageSource.Builder | |
addInputSourceBuilder(int index)
public ExecutionStageSummary.StageSource.Builder addInputSourceBuilder(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.Builder | |
addOutputSource(ExecutionStageSummary.StageSource value)
public ExecutionStageSummary.Builder addOutputSource(ExecutionStageSummary.StageSource value)Output sources for this stage.
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ExecutionStageSummary.StageSource | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
addOutputSource(ExecutionStageSummary.StageSource.Builder builderForValue)
public ExecutionStageSummary.Builder addOutputSource(ExecutionStageSummary.StageSource.Builder builderForValue)Output sources for this stage.
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | ExecutionStageSummary.StageSource.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
addOutputSource(int index, ExecutionStageSummary.StageSource value)
public ExecutionStageSummary.Builder addOutputSource(int index, ExecutionStageSummary.StageSource value)Output sources for this stage.
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| value | ExecutionStageSummary.StageSource | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
addOutputSource(int index, ExecutionStageSummary.StageSource.Builder builderForValue)
public ExecutionStageSummary.Builder addOutputSource(int index, ExecutionStageSummary.StageSource.Builder builderForValue)Output sources for this stage.
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| builderForValue | ExecutionStageSummary.StageSource.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
addOutputSourceBuilder()
public ExecutionStageSummary.StageSource.Builder addOutputSourceBuilder()Output sources for this stage.
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.StageSource.Builder | |
addOutputSourceBuilder(int index)
public ExecutionStageSummary.StageSource.Builder addOutputSourceBuilder(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.Builder | |
addPrerequisiteStage(String value)
public ExecutionStageSummary.Builder addPrerequisiteStage(String value)Other stages that must complete before this stage can run.
 repeated string prerequisite_stage = 8;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe prerequisiteStage to add. | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | This builder for chaining. | 
addPrerequisiteStageBytes(ByteString value)
public ExecutionStageSummary.Builder addPrerequisiteStageBytes(ByteString value)Other stages that must complete before this stage can run.
 repeated string prerequisite_stage = 8;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes of the prerequisiteStage to add. | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | This builder for chaining. | 
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExecutionStageSummary.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
build()
public ExecutionStageSummary build()| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary | |
buildPartial()
public ExecutionStageSummary buildPartial()| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary | |
clear()
public ExecutionStageSummary.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
clearComponentSource()
public ExecutionStageSummary.Builder clearComponentSource()Collections produced and consumed by component transforms of this stage.
 
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
clearComponentTransform()
public ExecutionStageSummary.Builder clearComponentTransform()Transforms that comprise this execution stage.
 
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
clearField(Descriptors.FieldDescriptor field)
public ExecutionStageSummary.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
clearId()
public ExecutionStageSummary.Builder clearId()Dataflow service generated id for this stage.
 string id = 2;
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | This builder for chaining. | 
clearInputSource()
public ExecutionStageSummary.Builder clearInputSource()Input sources for this stage.
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
clearKind()
public ExecutionStageSummary.Builder clearKind()Type of transform this stage is executing.
 .google.dataflow.v1beta3.KindType kind = 3;
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | This builder for chaining. | 
clearName()
public ExecutionStageSummary.Builder clearName()Dataflow service generated name for this stage.
 string name = 1;
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public ExecutionStageSummary.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
clearOutputSource()
public ExecutionStageSummary.Builder clearOutputSource()Output sources for this stage.
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
clearPrerequisiteStage()
public ExecutionStageSummary.Builder clearPrerequisiteStage()Other stages that must complete before this stage can run.
 repeated string prerequisite_stage = 8;
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | This builder for chaining. | 
clone()
public ExecutionStageSummary.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
getComponentSource(int index)
public 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 | |
getComponentSourceBuilder(int index)
public ExecutionStageSummary.ComponentSource.Builder getComponentSourceBuilder(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.Builder | |
getComponentSourceBuilderList()
public List<ExecutionStageSummary.ComponentSource.Builder> getComponentSourceBuilderList()Collections produced and consumed by component transforms of this stage.
 
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
 
| Returns | |
|---|---|
| Type | Description | 
| List<Builder> | |
getComponentSourceCount()
public 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 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 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 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 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 | |
getComponentTransformBuilder(int index)
public ExecutionStageSummary.ComponentTransform.Builder getComponentTransformBuilder(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.Builder | |
getComponentTransformBuilderList()
public List<ExecutionStageSummary.ComponentTransform.Builder> getComponentTransformBuilderList()Transforms that comprise this execution stage.
 
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
 
| Returns | |
|---|---|
| Type | Description | 
| List<Builder> | |
getComponentTransformCount()
public int getComponentTransformCount()Transforms that comprise this execution stage.
 
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getComponentTransformList()
public 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 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 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> | |
getDefaultInstanceForType()
public ExecutionStageSummary getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getId()
public String getId()Dataflow service generated id for this stage.
 string id = 2;
| Returns | |
|---|---|
| Type | Description | 
| String | The id. | 
getIdBytes()
public ByteString getIdBytes()Dataflow service generated id for this stage.
 string id = 2;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for id. | 
getInputSource(int index)
public 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 | |
getInputSourceBuilder(int index)
public ExecutionStageSummary.StageSource.Builder getInputSourceBuilder(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.Builder | |
getInputSourceBuilderList()
public List<ExecutionStageSummary.StageSource.Builder> getInputSourceBuilderList()Input sources for this stage.
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
 
| Returns | |
|---|---|
| Type | Description | 
| List<Builder> | |
getInputSourceCount()
public int getInputSourceCount()Input sources for this stage.
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getInputSourceList()
public 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 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 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 KindType getKind()Type of transform this stage is executing.
 .google.dataflow.v1beta3.KindType kind = 3;
| Returns | |
|---|---|
| Type | Description | 
| KindType | The kind. | 
getKindValue()
public 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 String getName()Dataflow service generated name for this stage.
 string name = 1;
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public ByteString getNameBytes()Dataflow service generated name for this stage.
 string name = 1;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
getOutputSource(int index)
public 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 | |
getOutputSourceBuilder(int index)
public ExecutionStageSummary.StageSource.Builder getOutputSourceBuilder(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.Builder | |
getOutputSourceBuilderList()
public List<ExecutionStageSummary.StageSource.Builder> getOutputSourceBuilderList()Output sources for this stage.
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
 
| Returns | |
|---|---|
| Type | Description | 
| List<Builder> | |
getOutputSourceCount()
public int getOutputSourceCount()Output sources for this stage.
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getOutputSourceList()
public 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 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 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 String getPrerequisiteStage(int index)Other stages that must complete before this stage can run.
 repeated string prerequisite_stage = 8;
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the element to return. | 
| Returns | |
|---|---|
| Type | Description | 
| String | The prerequisiteStage at the given index. | 
getPrerequisiteStageBytes(int index)
public ByteString getPrerequisiteStageBytes(int index)Other stages that must complete before this stage can run.
 repeated string prerequisite_stage = 8;
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the value to return. | 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes of the prerequisiteStage at the given index. | 
getPrerequisiteStageCount()
public 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 ProtocolStringList getPrerequisiteStageList()Other stages that must complete before this stage can run.
 repeated string prerequisite_stage = 8;
| Returns | |
|---|---|
| Type | Description | 
| ProtocolStringList | A list containing the prerequisiteStage. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(ExecutionStageSummary other)
public ExecutionStageSummary.Builder mergeFrom(ExecutionStageSummary other)| Parameter | |
|---|---|
| Name | Description | 
| other | ExecutionStageSummary | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExecutionStageSummary.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public ExecutionStageSummary.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExecutionStageSummary.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
removeComponentSource(int index)
public ExecutionStageSummary.Builder removeComponentSource(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.Builder | |
removeComponentTransform(int index)
public ExecutionStageSummary.Builder removeComponentTransform(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.Builder | |
removeInputSource(int index)
public ExecutionStageSummary.Builder removeInputSource(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.Builder | |
removeOutputSource(int index)
public ExecutionStageSummary.Builder removeOutputSource(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.Builder | |
setComponentSource(int index, ExecutionStageSummary.ComponentSource value)
public ExecutionStageSummary.Builder setComponentSource(int index, ExecutionStageSummary.ComponentSource value)Collections produced and consumed by component transforms of this stage.
 
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| value | ExecutionStageSummary.ComponentSource | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
setComponentSource(int index, ExecutionStageSummary.ComponentSource.Builder builderForValue)
public ExecutionStageSummary.Builder setComponentSource(int index, ExecutionStageSummary.ComponentSource.Builder builderForValue)Collections produced and consumed by component transforms of this stage.
 
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| builderForValue | ExecutionStageSummary.ComponentSource.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
setComponentTransform(int index, ExecutionStageSummary.ComponentTransform value)
public ExecutionStageSummary.Builder setComponentTransform(int index, ExecutionStageSummary.ComponentTransform value)Transforms that comprise this execution stage.
 
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| value | ExecutionStageSummary.ComponentTransform | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
setComponentTransform(int index, ExecutionStageSummary.ComponentTransform.Builder builderForValue)
public ExecutionStageSummary.Builder setComponentTransform(int index, ExecutionStageSummary.ComponentTransform.Builder builderForValue)Transforms that comprise this execution stage.
 
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| builderForValue | ExecutionStageSummary.ComponentTransform.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public ExecutionStageSummary.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
setId(String value)
public ExecutionStageSummary.Builder setId(String value)Dataflow service generated id for this stage.
 string id = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe id to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | This builder for chaining. | 
setIdBytes(ByteString value)
public ExecutionStageSummary.Builder setIdBytes(ByteString value)Dataflow service generated id for this stage.
 string id = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for id to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | This builder for chaining. | 
setInputSource(int index, ExecutionStageSummary.StageSource value)
public ExecutionStageSummary.Builder setInputSource(int index, ExecutionStageSummary.StageSource value)Input sources for this stage.
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| value | ExecutionStageSummary.StageSource | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
setInputSource(int index, ExecutionStageSummary.StageSource.Builder builderForValue)
public ExecutionStageSummary.Builder setInputSource(int index, ExecutionStageSummary.StageSource.Builder builderForValue)Input sources for this stage.
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| builderForValue | ExecutionStageSummary.StageSource.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
setKind(KindType value)
public ExecutionStageSummary.Builder setKind(KindType value)Type of transform this stage is executing.
 .google.dataflow.v1beta3.KindType kind = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | KindTypeThe kind to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | This builder for chaining. | 
setKindValue(int value)
public ExecutionStageSummary.Builder setKindValue(int value)Type of transform this stage is executing.
 .google.dataflow.v1beta3.KindType kind = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe enum numeric value on the wire for kind to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | This builder for chaining. | 
setName(String value)
public ExecutionStageSummary.Builder setName(String value)Dataflow service generated name for this stage.
 string name = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | This builder for chaining. | 
setNameBytes(ByteString value)
public ExecutionStageSummary.Builder setNameBytes(ByteString value)Dataflow service generated name for this stage.
 string name = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | This builder for chaining. | 
setOutputSource(int index, ExecutionStageSummary.StageSource value)
public ExecutionStageSummary.Builder setOutputSource(int index, ExecutionStageSummary.StageSource value)Output sources for this stage.
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| value | ExecutionStageSummary.StageSource | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
setOutputSource(int index, ExecutionStageSummary.StageSource.Builder builderForValue)
public ExecutionStageSummary.Builder setOutputSource(int index, ExecutionStageSummary.StageSource.Builder builderForValue)Output sources for this stage.
 repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| builderForValue | ExecutionStageSummary.StageSource.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
setPrerequisiteStage(int index, String value)
public ExecutionStageSummary.Builder setPrerequisiteStage(int index, String value)Other stages that must complete before this stage can run.
 repeated string prerequisite_stage = 8;
| Parameters | |
|---|---|
| Name | Description | 
| index | intThe index to set the value at. | 
| value | StringThe prerequisiteStage to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExecutionStageSummary.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final ExecutionStageSummary.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| ExecutionStageSummary.Builder | |