Package com.google.dataflow.v1beta3
Class JobExecutionStageInfo.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<JobExecutionStageInfo.Builder>
-
- com.google.dataflow.v1beta3.JobExecutionStageInfo.Builder
-
- All Implemented Interfaces:
JobExecutionStageInfoOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- JobExecutionStageInfo
public static final class JobExecutionStageInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<JobExecutionStageInfo.Builder> implements JobExecutionStageInfoOrBuilder
Contains information about how a particular [google.dataflow.v1beta3.Step][google.dataflow.v1beta3.Step] will be executed.
Protobuf typegoogle.dataflow.v1beta3.JobExecutionStageInfo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description JobExecutionStageInfo.Builder
addAllStepName(Iterable<String> values)
The steps associated with the execution stage.JobExecutionStageInfo.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
JobExecutionStageInfo.Builder
addStepName(String value)
The steps associated with the execution stage.JobExecutionStageInfo.Builder
addStepNameBytes(com.google.protobuf.ByteString value)
The steps associated with the execution stage.JobExecutionStageInfo
build()
JobExecutionStageInfo
buildPartial()
JobExecutionStageInfo.Builder
clear()
JobExecutionStageInfo.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
JobExecutionStageInfo.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
JobExecutionStageInfo.Builder
clearStepName()
The steps associated with the execution stage.JobExecutionStageInfo.Builder
clone()
JobExecutionStageInfo
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getStepName(int index)
The steps associated with the execution stage.com.google.protobuf.ByteString
getStepNameBytes(int index)
The steps associated with the execution stage.int
getStepNameCount()
The steps associated with the execution stage.com.google.protobuf.ProtocolStringList
getStepNameList()
The steps associated with the execution stage.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
JobExecutionStageInfo.Builder
mergeFrom(JobExecutionStageInfo other)
JobExecutionStageInfo.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
JobExecutionStageInfo.Builder
mergeFrom(com.google.protobuf.Message other)
JobExecutionStageInfo.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
JobExecutionStageInfo.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
JobExecutionStageInfo.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
JobExecutionStageInfo.Builder
setStepName(int index, String value)
The steps associated with the execution stage.JobExecutionStageInfo.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<JobExecutionStageInfo.Builder>
-
clear
public JobExecutionStageInfo.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<JobExecutionStageInfo.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<JobExecutionStageInfo.Builder>
-
getDefaultInstanceForType
public JobExecutionStageInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public JobExecutionStageInfo build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public JobExecutionStageInfo buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public JobExecutionStageInfo.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<JobExecutionStageInfo.Builder>
-
setField
public JobExecutionStageInfo.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<JobExecutionStageInfo.Builder>
-
clearField
public JobExecutionStageInfo.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<JobExecutionStageInfo.Builder>
-
clearOneof
public JobExecutionStageInfo.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<JobExecutionStageInfo.Builder>
-
setRepeatedField
public JobExecutionStageInfo.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<JobExecutionStageInfo.Builder>
-
addRepeatedField
public JobExecutionStageInfo.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<JobExecutionStageInfo.Builder>
-
mergeFrom
public JobExecutionStageInfo.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<JobExecutionStageInfo.Builder>
-
mergeFrom
public JobExecutionStageInfo.Builder mergeFrom(JobExecutionStageInfo other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<JobExecutionStageInfo.Builder>
-
mergeFrom
public JobExecutionStageInfo.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<JobExecutionStageInfo.Builder>
- Throws:
IOException
-
getStepNameList
public com.google.protobuf.ProtocolStringList getStepNameList()
The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.
repeated string step_name = 1;
- Specified by:
getStepNameList
in interfaceJobExecutionStageInfoOrBuilder
- Returns:
- A list containing the stepName.
-
getStepNameCount
public int getStepNameCount()
The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.
repeated string step_name = 1;
- Specified by:
getStepNameCount
in interfaceJobExecutionStageInfoOrBuilder
- Returns:
- The count of stepName.
-
getStepName
public String getStepName(int index)
The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.
repeated string step_name = 1;
- Specified by:
getStepName
in interfaceJobExecutionStageInfoOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The stepName at the given index.
-
getStepNameBytes
public com.google.protobuf.ByteString getStepNameBytes(int index)
The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.
repeated string step_name = 1;
- Specified by:
getStepNameBytes
in interfaceJobExecutionStageInfoOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the stepName at the given index.
-
setStepName
public JobExecutionStageInfo.Builder setStepName(int index, String value)
The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.
repeated string step_name = 1;
- Parameters:
index
- The index to set the value at.value
- The stepName to set.- Returns:
- This builder for chaining.
-
addStepName
public JobExecutionStageInfo.Builder addStepName(String value)
The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.
repeated string step_name = 1;
- Parameters:
value
- The stepName to add.- Returns:
- This builder for chaining.
-
addAllStepName
public JobExecutionStageInfo.Builder addAllStepName(Iterable<String> values)
The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.
repeated string step_name = 1;
- Parameters:
values
- The stepName to add.- Returns:
- This builder for chaining.
-
clearStepName
public JobExecutionStageInfo.Builder clearStepName()
The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.
repeated string step_name = 1;
- Returns:
- This builder for chaining.
-
addStepNameBytes
public JobExecutionStageInfo.Builder addStepNameBytes(com.google.protobuf.ByteString value)
The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.
repeated string step_name = 1;
- Parameters:
value
- The bytes of the stepName to add.- Returns:
- This builder for chaining.
-
setUnknownFields
public final JobExecutionStageInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<JobExecutionStageInfo.Builder>
-
mergeUnknownFields
public final JobExecutionStageInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<JobExecutionStageInfo.Builder>
-
-