Package com.google.dataflow.v1beta3
Class ExecutionStageSummary.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageSummary.Builder>
-
- com.google.dataflow.v1beta3.ExecutionStageSummary.Builder
-
- All Implemented Interfaces:
ExecutionStageSummaryOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ExecutionStageSummary
public static final class ExecutionStageSummary.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageSummary.Builder> implements ExecutionStageSummaryOrBuilder
Description 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 typegoogle.dataflow.v1beta3.ExecutionStageSummary
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionStageSummary.Builder
addAllComponentSource(Iterable<? extends ExecutionStageSummary.ComponentSource> values)
Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.Builder
addAllComponentTransform(Iterable<? extends ExecutionStageSummary.ComponentTransform> values)
Transforms that comprise this execution stage.ExecutionStageSummary.Builder
addAllInputSource(Iterable<? extends ExecutionStageSummary.StageSource> values)
Input sources for this stage.ExecutionStageSummary.Builder
addAllOutputSource(Iterable<? extends ExecutionStageSummary.StageSource> values)
Output sources for this stage.ExecutionStageSummary.Builder
addAllPrerequisiteStage(Iterable<String> values)
Other stages that must complete before this stage can run.ExecutionStageSummary.Builder
addComponentSource(int index, ExecutionStageSummary.ComponentSource value)
Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.Builder
addComponentSource(int index, ExecutionStageSummary.ComponentSource.Builder builderForValue)
Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.Builder
addComponentSource(ExecutionStageSummary.ComponentSource value)
Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.Builder
addComponentSource(ExecutionStageSummary.ComponentSource.Builder builderForValue)
Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.ComponentSource.Builder
addComponentSourceBuilder()
Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.ComponentSource.Builder
addComponentSourceBuilder(int index)
Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.Builder
addComponentTransform(int index, ExecutionStageSummary.ComponentTransform value)
Transforms that comprise this execution stage.ExecutionStageSummary.Builder
addComponentTransform(int index, ExecutionStageSummary.ComponentTransform.Builder builderForValue)
Transforms that comprise this execution stage.ExecutionStageSummary.Builder
addComponentTransform(ExecutionStageSummary.ComponentTransform value)
Transforms that comprise this execution stage.ExecutionStageSummary.Builder
addComponentTransform(ExecutionStageSummary.ComponentTransform.Builder builderForValue)
Transforms that comprise this execution stage.ExecutionStageSummary.ComponentTransform.Builder
addComponentTransformBuilder()
Transforms that comprise this execution stage.ExecutionStageSummary.ComponentTransform.Builder
addComponentTransformBuilder(int index)
Transforms that comprise this execution stage.ExecutionStageSummary.Builder
addInputSource(int index, ExecutionStageSummary.StageSource value)
Input sources for this stage.ExecutionStageSummary.Builder
addInputSource(int index, ExecutionStageSummary.StageSource.Builder builderForValue)
Input sources for this stage.ExecutionStageSummary.Builder
addInputSource(ExecutionStageSummary.StageSource value)
Input sources for this stage.ExecutionStageSummary.Builder
addInputSource(ExecutionStageSummary.StageSource.Builder builderForValue)
Input sources for this stage.ExecutionStageSummary.StageSource.Builder
addInputSourceBuilder()
Input sources for this stage.ExecutionStageSummary.StageSource.Builder
addInputSourceBuilder(int index)
Input sources for this stage.ExecutionStageSummary.Builder
addOutputSource(int index, ExecutionStageSummary.StageSource value)
Output sources for this stage.ExecutionStageSummary.Builder
addOutputSource(int index, ExecutionStageSummary.StageSource.Builder builderForValue)
Output sources for this stage.ExecutionStageSummary.Builder
addOutputSource(ExecutionStageSummary.StageSource value)
Output sources for this stage.ExecutionStageSummary.Builder
addOutputSource(ExecutionStageSummary.StageSource.Builder builderForValue)
Output sources for this stage.ExecutionStageSummary.StageSource.Builder
addOutputSourceBuilder()
Output sources for this stage.ExecutionStageSummary.StageSource.Builder
addOutputSourceBuilder(int index)
Output sources for this stage.ExecutionStageSummary.Builder
addPrerequisiteStage(String value)
Other stages that must complete before this stage can run.ExecutionStageSummary.Builder
addPrerequisiteStageBytes(com.google.protobuf.ByteString value)
Other stages that must complete before this stage can run.ExecutionStageSummary.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ExecutionStageSummary
build()
ExecutionStageSummary
buildPartial()
ExecutionStageSummary.Builder
clear()
ExecutionStageSummary.Builder
clearComponentSource()
Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.Builder
clearComponentTransform()
Transforms that comprise this execution stage.ExecutionStageSummary.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ExecutionStageSummary.Builder
clearId()
Dataflow service generated id for this stage.ExecutionStageSummary.Builder
clearInputSource()
Input sources for this stage.ExecutionStageSummary.Builder
clearKind()
Type of transform this stage is executing.ExecutionStageSummary.Builder
clearName()
Dataflow service generated name for this stage.ExecutionStageSummary.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ExecutionStageSummary.Builder
clearOutputSource()
Output sources for this stage.ExecutionStageSummary.Builder
clearPrerequisiteStage()
Other stages that must complete before this stage can run.ExecutionStageSummary.Builder
clone()
ExecutionStageSummary.ComponentSource
getComponentSource(int index)
Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.ComponentSource.Builder
getComponentSourceBuilder(int index)
Collections produced and consumed by component transforms of this stage.List<ExecutionStageSummary.ComponentSource.Builder>
getComponentSourceBuilderList()
Collections produced and consumed by component transforms of this stage.int
getComponentSourceCount()
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.ComponentSourceOrBuilder
getComponentSourceOrBuilder(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.ComponentTransform
getComponentTransform(int index)
Transforms that comprise this execution stage.ExecutionStageSummary.ComponentTransform.Builder
getComponentTransformBuilder(int index)
Transforms that comprise this execution stage.List<ExecutionStageSummary.ComponentTransform.Builder>
getComponentTransformBuilderList()
Transforms that comprise this execution stage.int
getComponentTransformCount()
Transforms that comprise this execution stage.List<ExecutionStageSummary.ComponentTransform>
getComponentTransformList()
Transforms that comprise this execution stage.ExecutionStageSummary.ComponentTransformOrBuilder
getComponentTransformOrBuilder(int index)
Transforms that comprise this execution stage.List<? extends ExecutionStageSummary.ComponentTransformOrBuilder>
getComponentTransformOrBuilderList()
Transforms that comprise this execution stage.ExecutionStageSummary
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getId()
Dataflow service generated id for this stage.com.google.protobuf.ByteString
getIdBytes()
Dataflow service generated id for this stage.ExecutionStageSummary.StageSource
getInputSource(int index)
Input sources for this stage.ExecutionStageSummary.StageSource.Builder
getInputSourceBuilder(int index)
Input sources for this stage.List<ExecutionStageSummary.StageSource.Builder>
getInputSourceBuilderList()
Input sources for this stage.int
getInputSourceCount()
Input sources for this stage.List<ExecutionStageSummary.StageSource>
getInputSourceList()
Input sources for this stage.ExecutionStageSummary.StageSourceOrBuilder
getInputSourceOrBuilder(int index)
Input sources for this stage.List<? extends ExecutionStageSummary.StageSourceOrBuilder>
getInputSourceOrBuilderList()
Input sources for this stage.KindType
getKind()
Type of transform this stage is executing.int
getKindValue()
Type of transform this stage is executing.String
getName()
Dataflow service generated name for this stage.com.google.protobuf.ByteString
getNameBytes()
Dataflow service generated name for this stage.ExecutionStageSummary.StageSource
getOutputSource(int index)
Output sources for this stage.ExecutionStageSummary.StageSource.Builder
getOutputSourceBuilder(int index)
Output sources for this stage.List<ExecutionStageSummary.StageSource.Builder>
getOutputSourceBuilderList()
Output sources for this stage.int
getOutputSourceCount()
Output sources for this stage.List<ExecutionStageSummary.StageSource>
getOutputSourceList()
Output sources for this stage.ExecutionStageSummary.StageSourceOrBuilder
getOutputSourceOrBuilder(int index)
Output sources for this stage.List<? extends ExecutionStageSummary.StageSourceOrBuilder>
getOutputSourceOrBuilderList()
Output sources for this stage.String
getPrerequisiteStage(int index)
Other stages that must complete before this stage can run.com.google.protobuf.ByteString
getPrerequisiteStageBytes(int index)
Other stages that must complete before this stage can run.int
getPrerequisiteStageCount()
Other stages that must complete before this stage can run.com.google.protobuf.ProtocolStringList
getPrerequisiteStageList()
Other stages that must complete before this stage can run.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ExecutionStageSummary.Builder
mergeFrom(ExecutionStageSummary other)
ExecutionStageSummary.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ExecutionStageSummary.Builder
mergeFrom(com.google.protobuf.Message other)
ExecutionStageSummary.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ExecutionStageSummary.Builder
removeComponentSource(int index)
Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.Builder
removeComponentTransform(int index)
Transforms that comprise this execution stage.ExecutionStageSummary.Builder
removeInputSource(int index)
Input sources for this stage.ExecutionStageSummary.Builder
removeOutputSource(int index)
Output sources for this stage.ExecutionStageSummary.Builder
setComponentSource(int index, ExecutionStageSummary.ComponentSource value)
Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.Builder
setComponentSource(int index, ExecutionStageSummary.ComponentSource.Builder builderForValue)
Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.Builder
setComponentTransform(int index, ExecutionStageSummary.ComponentTransform value)
Transforms that comprise this execution stage.ExecutionStageSummary.Builder
setComponentTransform(int index, ExecutionStageSummary.ComponentTransform.Builder builderForValue)
Transforms that comprise this execution stage.ExecutionStageSummary.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ExecutionStageSummary.Builder
setId(String value)
Dataflow service generated id for this stage.ExecutionStageSummary.Builder
setIdBytes(com.google.protobuf.ByteString value)
Dataflow service generated id for this stage.ExecutionStageSummary.Builder
setInputSource(int index, ExecutionStageSummary.StageSource value)
Input sources for this stage.ExecutionStageSummary.Builder
setInputSource(int index, ExecutionStageSummary.StageSource.Builder builderForValue)
Input sources for this stage.ExecutionStageSummary.Builder
setKind(KindType value)
Type of transform this stage is executing.ExecutionStageSummary.Builder
setKindValue(int value)
Type of transform this stage is executing.ExecutionStageSummary.Builder
setName(String value)
Dataflow service generated name for this stage.ExecutionStageSummary.Builder
setNameBytes(com.google.protobuf.ByteString value)
Dataflow service generated name for this stage.ExecutionStageSummary.Builder
setOutputSource(int index, ExecutionStageSummary.StageSource value)
Output sources for this stage.ExecutionStageSummary.Builder
setOutputSource(int index, ExecutionStageSummary.StageSource.Builder builderForValue)
Output sources for this stage.ExecutionStageSummary.Builder
setPrerequisiteStage(int index, String value)
Other stages that must complete before this stage can run.ExecutionStageSummary.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ExecutionStageSummary.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageSummary.Builder>
-
clear
public ExecutionStageSummary.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageSummary.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageSummary.Builder>
-
getDefaultInstanceForType
public ExecutionStageSummary getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ExecutionStageSummary build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ExecutionStageSummary buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ExecutionStageSummary.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageSummary.Builder>
-
setField
public ExecutionStageSummary.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageSummary.Builder>
-
clearField
public ExecutionStageSummary.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageSummary.Builder>
-
clearOneof
public ExecutionStageSummary.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageSummary.Builder>
-
setRepeatedField
public ExecutionStageSummary.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageSummary.Builder>
-
addRepeatedField
public ExecutionStageSummary.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageSummary.Builder>
-
mergeFrom
public ExecutionStageSummary.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ExecutionStageSummary.Builder>
-
mergeFrom
public ExecutionStageSummary.Builder mergeFrom(ExecutionStageSummary other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageSummary.Builder>
-
mergeFrom
public ExecutionStageSummary.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ExecutionStageSummary.Builder>
- Throws:
IOException
-
getName
public String getName()
Dataflow service generated name for this stage.
string name = 1;
- Specified by:
getName
in interfaceExecutionStageSummaryOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Dataflow service generated name for this stage.
string name = 1;
- Specified by:
getNameBytes
in interfaceExecutionStageSummaryOrBuilder
- Returns:
- The bytes for name.
-
setName
public ExecutionStageSummary.Builder setName(String value)
Dataflow service generated name for this stage.
string name = 1;
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
public ExecutionStageSummary.Builder clearName()
Dataflow service generated name for this stage.
string name = 1;
- Returns:
- This builder for chaining.
-
setNameBytes
public ExecutionStageSummary.Builder setNameBytes(com.google.protobuf.ByteString value)
Dataflow service generated name for this stage.
string name = 1;
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
getId
public String getId()
Dataflow service generated id for this stage.
string id = 2;
- Specified by:
getId
in interfaceExecutionStageSummaryOrBuilder
- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
Dataflow service generated id for this stage.
string id = 2;
- Specified by:
getIdBytes
in interfaceExecutionStageSummaryOrBuilder
- Returns:
- The bytes for id.
-
setId
public ExecutionStageSummary.Builder setId(String value)
Dataflow service generated id for this stage.
string id = 2;
- Parameters:
value
- The id to set.- Returns:
- This builder for chaining.
-
clearId
public ExecutionStageSummary.Builder clearId()
Dataflow service generated id for this stage.
string id = 2;
- Returns:
- This builder for chaining.
-
setIdBytes
public ExecutionStageSummary.Builder setIdBytes(com.google.protobuf.ByteString value)
Dataflow service generated id for this stage.
string id = 2;
- Parameters:
value
- The bytes for id to set.- Returns:
- This builder for chaining.
-
getKindValue
public int getKindValue()
Type of transform this stage is executing.
.google.dataflow.v1beta3.KindType kind = 3;
- Specified by:
getKindValue
in interfaceExecutionStageSummaryOrBuilder
- Returns:
- The enum numeric value on the wire for kind.
-
setKindValue
public ExecutionStageSummary.Builder setKindValue(int value)
Type of transform this stage is executing.
.google.dataflow.v1beta3.KindType kind = 3;
- Parameters:
value
- The enum numeric value on the wire for kind to set.- Returns:
- This builder for chaining.
-
getKind
public KindType getKind()
Type of transform this stage is executing.
.google.dataflow.v1beta3.KindType kind = 3;
- Specified by:
getKind
in interfaceExecutionStageSummaryOrBuilder
- Returns:
- The kind.
-
setKind
public ExecutionStageSummary.Builder setKind(KindType value)
Type of transform this stage is executing.
.google.dataflow.v1beta3.KindType kind = 3;
- Parameters:
value
- The kind to set.- Returns:
- This builder for chaining.
-
clearKind
public ExecutionStageSummary.Builder clearKind()
Type of transform this stage is executing.
.google.dataflow.v1beta3.KindType kind = 3;
- Returns:
- This builder for chaining.
-
getInputSourceList
public List<ExecutionStageSummary.StageSource> getInputSourceList()
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
- Specified by:
getInputSourceList
in interfaceExecutionStageSummaryOrBuilder
-
getInputSourceCount
public int getInputSourceCount()
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
- Specified by:
getInputSourceCount
in interfaceExecutionStageSummaryOrBuilder
-
getInputSource
public ExecutionStageSummary.StageSource getInputSource(int index)
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
- Specified by:
getInputSource
in interfaceExecutionStageSummaryOrBuilder
-
setInputSource
public ExecutionStageSummary.Builder setInputSource(int index, ExecutionStageSummary.StageSource value)
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
-
setInputSource
public ExecutionStageSummary.Builder setInputSource(int index, ExecutionStageSummary.StageSource.Builder builderForValue)
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
-
addInputSource
public ExecutionStageSummary.Builder addInputSource(ExecutionStageSummary.StageSource value)
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
-
addInputSource
public ExecutionStageSummary.Builder addInputSource(int index, ExecutionStageSummary.StageSource value)
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
-
addInputSource
public ExecutionStageSummary.Builder addInputSource(ExecutionStageSummary.StageSource.Builder builderForValue)
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
-
addInputSource
public ExecutionStageSummary.Builder addInputSource(int index, ExecutionStageSummary.StageSource.Builder builderForValue)
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
-
addAllInputSource
public ExecutionStageSummary.Builder addAllInputSource(Iterable<? extends ExecutionStageSummary.StageSource> values)
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
-
clearInputSource
public ExecutionStageSummary.Builder clearInputSource()
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
-
removeInputSource
public ExecutionStageSummary.Builder removeInputSource(int index)
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
-
getInputSourceBuilder
public ExecutionStageSummary.StageSource.Builder getInputSourceBuilder(int index)
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
-
getInputSourceOrBuilder
public ExecutionStageSummary.StageSourceOrBuilder getInputSourceOrBuilder(int index)
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
- Specified by:
getInputSourceOrBuilder
in interfaceExecutionStageSummaryOrBuilder
-
getInputSourceOrBuilderList
public List<? extends ExecutionStageSummary.StageSourceOrBuilder> getInputSourceOrBuilderList()
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
- Specified by:
getInputSourceOrBuilderList
in interfaceExecutionStageSummaryOrBuilder
-
addInputSourceBuilder
public ExecutionStageSummary.StageSource.Builder addInputSourceBuilder()
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
-
addInputSourceBuilder
public ExecutionStageSummary.StageSource.Builder addInputSourceBuilder(int index)
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
-
getInputSourceBuilderList
public List<ExecutionStageSummary.StageSource.Builder> getInputSourceBuilderList()
Input sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
-
getOutputSourceList
public List<ExecutionStageSummary.StageSource> getOutputSourceList()
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
- Specified by:
getOutputSourceList
in interfaceExecutionStageSummaryOrBuilder
-
getOutputSourceCount
public int getOutputSourceCount()
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
- Specified by:
getOutputSourceCount
in interfaceExecutionStageSummaryOrBuilder
-
getOutputSource
public ExecutionStageSummary.StageSource getOutputSource(int index)
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
- Specified by:
getOutputSource
in interfaceExecutionStageSummaryOrBuilder
-
setOutputSource
public ExecutionStageSummary.Builder setOutputSource(int index, ExecutionStageSummary.StageSource value)
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
-
setOutputSource
public ExecutionStageSummary.Builder setOutputSource(int index, ExecutionStageSummary.StageSource.Builder builderForValue)
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
-
addOutputSource
public ExecutionStageSummary.Builder addOutputSource(ExecutionStageSummary.StageSource value)
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
-
addOutputSource
public ExecutionStageSummary.Builder addOutputSource(int index, ExecutionStageSummary.StageSource value)
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
-
addOutputSource
public ExecutionStageSummary.Builder addOutputSource(ExecutionStageSummary.StageSource.Builder builderForValue)
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
-
addOutputSource
public ExecutionStageSummary.Builder addOutputSource(int index, ExecutionStageSummary.StageSource.Builder builderForValue)
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
-
addAllOutputSource
public ExecutionStageSummary.Builder addAllOutputSource(Iterable<? extends ExecutionStageSummary.StageSource> values)
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
-
clearOutputSource
public ExecutionStageSummary.Builder clearOutputSource()
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
-
removeOutputSource
public ExecutionStageSummary.Builder removeOutputSource(int index)
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
-
getOutputSourceBuilder
public ExecutionStageSummary.StageSource.Builder getOutputSourceBuilder(int index)
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
-
getOutputSourceOrBuilder
public ExecutionStageSummary.StageSourceOrBuilder getOutputSourceOrBuilder(int index)
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
- Specified by:
getOutputSourceOrBuilder
in interfaceExecutionStageSummaryOrBuilder
-
getOutputSourceOrBuilderList
public List<? extends ExecutionStageSummary.StageSourceOrBuilder> getOutputSourceOrBuilderList()
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
- Specified by:
getOutputSourceOrBuilderList
in interfaceExecutionStageSummaryOrBuilder
-
addOutputSourceBuilder
public ExecutionStageSummary.StageSource.Builder addOutputSourceBuilder()
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
-
addOutputSourceBuilder
public ExecutionStageSummary.StageSource.Builder addOutputSourceBuilder(int index)
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
-
getOutputSourceBuilderList
public List<ExecutionStageSummary.StageSource.Builder> getOutputSourceBuilderList()
Output sources for this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
-
getPrerequisiteStageList
public com.google.protobuf.ProtocolStringList getPrerequisiteStageList()
Other stages that must complete before this stage can run.
repeated string prerequisite_stage = 8;
- Specified by:
getPrerequisiteStageList
in interfaceExecutionStageSummaryOrBuilder
- Returns:
- A list containing the prerequisiteStage.
-
getPrerequisiteStageCount
public int getPrerequisiteStageCount()
Other stages that must complete before this stage can run.
repeated string prerequisite_stage = 8;
- Specified by:
getPrerequisiteStageCount
in interfaceExecutionStageSummaryOrBuilder
- Returns:
- The count of prerequisiteStage.
-
getPrerequisiteStage
public String getPrerequisiteStage(int index)
Other stages that must complete before this stage can run.
repeated string prerequisite_stage = 8;
- Specified by:
getPrerequisiteStage
in interfaceExecutionStageSummaryOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The prerequisiteStage at the given index.
-
getPrerequisiteStageBytes
public com.google.protobuf.ByteString getPrerequisiteStageBytes(int index)
Other stages that must complete before this stage can run.
repeated string prerequisite_stage = 8;
- Specified by:
getPrerequisiteStageBytes
in interfaceExecutionStageSummaryOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the prerequisiteStage at the given index.
-
setPrerequisiteStage
public ExecutionStageSummary.Builder setPrerequisiteStage(int index, String value)
Other stages that must complete before this stage can run.
repeated string prerequisite_stage = 8;
- Parameters:
index
- The index to set the value at.value
- The prerequisiteStage to set.- Returns:
- This builder for chaining.
-
addPrerequisiteStage
public ExecutionStageSummary.Builder addPrerequisiteStage(String value)
Other stages that must complete before this stage can run.
repeated string prerequisite_stage = 8;
- Parameters:
value
- The prerequisiteStage to add.- Returns:
- This builder for chaining.
-
addAllPrerequisiteStage
public ExecutionStageSummary.Builder addAllPrerequisiteStage(Iterable<String> values)
Other stages that must complete before this stage can run.
repeated string prerequisite_stage = 8;
- Parameters:
values
- The prerequisiteStage to add.- Returns:
- This builder for chaining.
-
clearPrerequisiteStage
public ExecutionStageSummary.Builder clearPrerequisiteStage()
Other stages that must complete before this stage can run.
repeated string prerequisite_stage = 8;
- Returns:
- This builder for chaining.
-
addPrerequisiteStageBytes
public ExecutionStageSummary.Builder addPrerequisiteStageBytes(com.google.protobuf.ByteString value)
Other stages that must complete before this stage can run.
repeated string prerequisite_stage = 8;
- Parameters:
value
- The bytes of the prerequisiteStage to add.- Returns:
- This builder for chaining.
-
getComponentTransformList
public List<ExecutionStageSummary.ComponentTransform> getComponentTransformList()
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
- Specified by:
getComponentTransformList
in interfaceExecutionStageSummaryOrBuilder
-
getComponentTransformCount
public int getComponentTransformCount()
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
- Specified by:
getComponentTransformCount
in interfaceExecutionStageSummaryOrBuilder
-
getComponentTransform
public ExecutionStageSummary.ComponentTransform getComponentTransform(int index)
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
- Specified by:
getComponentTransform
in interfaceExecutionStageSummaryOrBuilder
-
setComponentTransform
public ExecutionStageSummary.Builder setComponentTransform(int index, ExecutionStageSummary.ComponentTransform value)
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
-
setComponentTransform
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;
-
addComponentTransform
public ExecutionStageSummary.Builder addComponentTransform(ExecutionStageSummary.ComponentTransform value)
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
-
addComponentTransform
public ExecutionStageSummary.Builder addComponentTransform(int index, ExecutionStageSummary.ComponentTransform value)
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
-
addComponentTransform
public ExecutionStageSummary.Builder addComponentTransform(ExecutionStageSummary.ComponentTransform.Builder builderForValue)
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
-
addComponentTransform
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;
-
addAllComponentTransform
public ExecutionStageSummary.Builder addAllComponentTransform(Iterable<? extends ExecutionStageSummary.ComponentTransform> values)
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
-
clearComponentTransform
public ExecutionStageSummary.Builder clearComponentTransform()
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
-
removeComponentTransform
public ExecutionStageSummary.Builder removeComponentTransform(int index)
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
-
getComponentTransformBuilder
public ExecutionStageSummary.ComponentTransform.Builder getComponentTransformBuilder(int index)
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
-
getComponentTransformOrBuilder
public ExecutionStageSummary.ComponentTransformOrBuilder getComponentTransformOrBuilder(int index)
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
- Specified by:
getComponentTransformOrBuilder
in interfaceExecutionStageSummaryOrBuilder
-
getComponentTransformOrBuilderList
public List<? extends ExecutionStageSummary.ComponentTransformOrBuilder> getComponentTransformOrBuilderList()
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
- Specified by:
getComponentTransformOrBuilderList
in interfaceExecutionStageSummaryOrBuilder
-
addComponentTransformBuilder
public ExecutionStageSummary.ComponentTransform.Builder addComponentTransformBuilder()
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
-
addComponentTransformBuilder
public ExecutionStageSummary.ComponentTransform.Builder addComponentTransformBuilder(int index)
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
-
getComponentTransformBuilderList
public List<ExecutionStageSummary.ComponentTransform.Builder> getComponentTransformBuilderList()
Transforms that comprise this execution stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
-
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;
- Specified by:
getComponentSourceList
in interfaceExecutionStageSummaryOrBuilder
-
getComponentSourceCount
public int getComponentSourceCount()
Collections produced and consumed by component transforms of this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
- Specified by:
getComponentSourceCount
in interfaceExecutionStageSummaryOrBuilder
-
getComponentSource
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;
- Specified by:
getComponentSource
in interfaceExecutionStageSummaryOrBuilder
-
setComponentSource
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;
-
setComponentSource
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;
-
addComponentSource
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;
-
addComponentSource
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;
-
addComponentSource
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;
-
addComponentSource
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;
-
addAllComponentSource
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;
-
clearComponentSource
public ExecutionStageSummary.Builder clearComponentSource()
Collections produced and consumed by component transforms of this stage.
repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
-
removeComponentSource
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;
-
getComponentSourceBuilder
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;
-
getComponentSourceOrBuilder
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;
- Specified by:
getComponentSourceOrBuilder
in interfaceExecutionStageSummaryOrBuilder
-
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;
- Specified by:
getComponentSourceOrBuilderList
in interfaceExecutionStageSummaryOrBuilder
-
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;
-
addComponentSourceBuilder
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;
-
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;
-
setUnknownFields
public final ExecutionStageSummary.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageSummary.Builder>
-
mergeUnknownFields
public final ExecutionStageSummary.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageSummary.Builder>
-
-