Package com.google.dataflow.v1beta3
Class ExecutionStageState.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageState.Builder>
-
- com.google.dataflow.v1beta3.ExecutionStageState.Builder
-
- All Implemented Interfaces:
ExecutionStageStateOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ExecutionStageState
public static final class ExecutionStageState.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageState.Builder> implements ExecutionStageStateOrBuilder
A message describing the state of a particular execution stage.
Protobuf typegoogle.dataflow.v1beta3.ExecutionStageState
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionStageState.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ExecutionStageStatebuild()ExecutionStageStatebuildPartial()ExecutionStageState.Builderclear()ExecutionStageState.BuilderclearCurrentStateTime()The time at which the stage transitioned to this state.ExecutionStageState.BuilderclearExecutionStageName()The name of the execution stage.ExecutionStageState.BuilderclearExecutionStageState()Executions stage states allow the same set of values as JobState.ExecutionStageState.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ExecutionStageState.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ExecutionStageState.Builderclone()com.google.protobuf.TimestampgetCurrentStateTime()The time at which the stage transitioned to this state.com.google.protobuf.Timestamp.BuildergetCurrentStateTimeBuilder()The time at which the stage transitioned to this state.com.google.protobuf.TimestampOrBuildergetCurrentStateTimeOrBuilder()The time at which the stage transitioned to this state.ExecutionStageStategetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetExecutionStageName()The name of the execution stage.com.google.protobuf.ByteStringgetExecutionStageNameBytes()The name of the execution stage.JobStategetExecutionStageState()Executions stage states allow the same set of values as JobState.intgetExecutionStageStateValue()Executions stage states allow the same set of values as JobState.booleanhasCurrentStateTime()The time at which the stage transitioned to this state.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ExecutionStageState.BuildermergeCurrentStateTime(com.google.protobuf.Timestamp value)The time at which the stage transitioned to this state.ExecutionStageState.BuildermergeFrom(ExecutionStageState other)ExecutionStageState.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ExecutionStageState.BuildermergeFrom(com.google.protobuf.Message other)ExecutionStageState.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ExecutionStageState.BuildersetCurrentStateTime(com.google.protobuf.Timestamp value)The time at which the stage transitioned to this state.ExecutionStageState.BuildersetCurrentStateTime(com.google.protobuf.Timestamp.Builder builderForValue)The time at which the stage transitioned to this state.ExecutionStageState.BuildersetExecutionStageName(String value)The name of the execution stage.ExecutionStageState.BuildersetExecutionStageNameBytes(com.google.protobuf.ByteString value)The name of the execution stage.ExecutionStageState.BuildersetExecutionStageState(JobState value)Executions stage states allow the same set of values as JobState.ExecutionStageState.BuildersetExecutionStageStateValue(int value)Executions stage states allow the same set of values as JobState.ExecutionStageState.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ExecutionStageState.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ExecutionStageState.BuildersetUnknownFields(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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageState.Builder>
-
clear
public ExecutionStageState.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageState.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageState.Builder>
-
getDefaultInstanceForType
public ExecutionStageState getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ExecutionStageState build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ExecutionStageState buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ExecutionStageState.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageState.Builder>
-
setField
public ExecutionStageState.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageState.Builder>
-
clearField
public ExecutionStageState.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageState.Builder>
-
clearOneof
public ExecutionStageState.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageState.Builder>
-
setRepeatedField
public ExecutionStageState.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageState.Builder>
-
addRepeatedField
public ExecutionStageState.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageState.Builder>
-
mergeFrom
public ExecutionStageState.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ExecutionStageState.Builder>
-
mergeFrom
public ExecutionStageState.Builder mergeFrom(ExecutionStageState other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageState.Builder>
-
mergeFrom
public ExecutionStageState.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ExecutionStageState.Builder>- Throws:
IOException
-
getExecutionStageName
public String getExecutionStageName()
The name of the execution stage.
string execution_stage_name = 1;- Specified by:
getExecutionStageNamein interfaceExecutionStageStateOrBuilder- Returns:
- The executionStageName.
-
getExecutionStageNameBytes
public com.google.protobuf.ByteString getExecutionStageNameBytes()
The name of the execution stage.
string execution_stage_name = 1;- Specified by:
getExecutionStageNameBytesin interfaceExecutionStageStateOrBuilder- Returns:
- The bytes for executionStageName.
-
setExecutionStageName
public ExecutionStageState.Builder setExecutionStageName(String value)
The name of the execution stage.
string execution_stage_name = 1;- Parameters:
value- The executionStageName to set.- Returns:
- This builder for chaining.
-
clearExecutionStageName
public ExecutionStageState.Builder clearExecutionStageName()
The name of the execution stage.
string execution_stage_name = 1;- Returns:
- This builder for chaining.
-
setExecutionStageNameBytes
public ExecutionStageState.Builder setExecutionStageNameBytes(com.google.protobuf.ByteString value)
The name of the execution stage.
string execution_stage_name = 1;- Parameters:
value- The bytes for executionStageName to set.- Returns:
- This builder for chaining.
-
getExecutionStageStateValue
public int getExecutionStageStateValue()
Executions stage states allow the same set of values as JobState.
.google.dataflow.v1beta3.JobState execution_stage_state = 2;- Specified by:
getExecutionStageStateValuein interfaceExecutionStageStateOrBuilder- Returns:
- The enum numeric value on the wire for executionStageState.
-
setExecutionStageStateValue
public ExecutionStageState.Builder setExecutionStageStateValue(int value)
Executions stage states allow the same set of values as JobState.
.google.dataflow.v1beta3.JobState execution_stage_state = 2;- Parameters:
value- The enum numeric value on the wire for executionStageState to set.- Returns:
- This builder for chaining.
-
getExecutionStageState
public JobState getExecutionStageState()
Executions stage states allow the same set of values as JobState.
.google.dataflow.v1beta3.JobState execution_stage_state = 2;- Specified by:
getExecutionStageStatein interfaceExecutionStageStateOrBuilder- Returns:
- The executionStageState.
-
setExecutionStageState
public ExecutionStageState.Builder setExecutionStageState(JobState value)
Executions stage states allow the same set of values as JobState.
.google.dataflow.v1beta3.JobState execution_stage_state = 2;- Parameters:
value- The executionStageState to set.- Returns:
- This builder for chaining.
-
clearExecutionStageState
public ExecutionStageState.Builder clearExecutionStageState()
Executions stage states allow the same set of values as JobState.
.google.dataflow.v1beta3.JobState execution_stage_state = 2;- Returns:
- This builder for chaining.
-
hasCurrentStateTime
public boolean hasCurrentStateTime()
The time at which the stage transitioned to this state.
.google.protobuf.Timestamp current_state_time = 3;- Specified by:
hasCurrentStateTimein interfaceExecutionStageStateOrBuilder- Returns:
- Whether the currentStateTime field is set.
-
getCurrentStateTime
public com.google.protobuf.Timestamp getCurrentStateTime()
The time at which the stage transitioned to this state.
.google.protobuf.Timestamp current_state_time = 3;- Specified by:
getCurrentStateTimein interfaceExecutionStageStateOrBuilder- Returns:
- The currentStateTime.
-
setCurrentStateTime
public ExecutionStageState.Builder setCurrentStateTime(com.google.protobuf.Timestamp value)
The time at which the stage transitioned to this state.
.google.protobuf.Timestamp current_state_time = 3;
-
setCurrentStateTime
public ExecutionStageState.Builder setCurrentStateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time at which the stage transitioned to this state.
.google.protobuf.Timestamp current_state_time = 3;
-
mergeCurrentStateTime
public ExecutionStageState.Builder mergeCurrentStateTime(com.google.protobuf.Timestamp value)
The time at which the stage transitioned to this state.
.google.protobuf.Timestamp current_state_time = 3;
-
clearCurrentStateTime
public ExecutionStageState.Builder clearCurrentStateTime()
The time at which the stage transitioned to this state.
.google.protobuf.Timestamp current_state_time = 3;
-
getCurrentStateTimeBuilder
public com.google.protobuf.Timestamp.Builder getCurrentStateTimeBuilder()
The time at which the stage transitioned to this state.
.google.protobuf.Timestamp current_state_time = 3;
-
getCurrentStateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCurrentStateTimeOrBuilder()
The time at which the stage transitioned to this state.
.google.protobuf.Timestamp current_state_time = 3;- Specified by:
getCurrentStateTimeOrBuilderin interfaceExecutionStageStateOrBuilder
-
setUnknownFields
public final ExecutionStageState.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageState.Builder>
-
mergeUnknownFields
public final ExecutionStageState.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageState.Builder>
-
-