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.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ExecutionStageState
build()
ExecutionStageState
buildPartial()
ExecutionStageState.Builder
clear()
ExecutionStageState.Builder
clearCurrentStateTime()
The time at which the stage transitioned to this state.ExecutionStageState.Builder
clearExecutionStageName()
The name of the execution stage.ExecutionStageState.Builder
clearExecutionStageState()
Executions stage states allow the same set of values as JobState.ExecutionStageState.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ExecutionStageState.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ExecutionStageState.Builder
clone()
com.google.protobuf.Timestamp
getCurrentStateTime()
The time at which the stage transitioned to this state.com.google.protobuf.Timestamp.Builder
getCurrentStateTimeBuilder()
The time at which the stage transitioned to this state.com.google.protobuf.TimestampOrBuilder
getCurrentStateTimeOrBuilder()
The time at which the stage transitioned to this state.ExecutionStageState
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getExecutionStageName()
The name of the execution stage.com.google.protobuf.ByteString
getExecutionStageNameBytes()
The name of the execution stage.JobState
getExecutionStageState()
Executions stage states allow the same set of values as JobState.int
getExecutionStageStateValue()
Executions stage states allow the same set of values as JobState.boolean
hasCurrentStateTime()
The time at which the stage transitioned to this state.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ExecutionStageState.Builder
mergeCurrentStateTime(com.google.protobuf.Timestamp value)
The time at which the stage transitioned to this state.ExecutionStageState.Builder
mergeFrom(ExecutionStageState other)
ExecutionStageState.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ExecutionStageState.Builder
mergeFrom(com.google.protobuf.Message other)
ExecutionStageState.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ExecutionStageState.Builder
setCurrentStateTime(com.google.protobuf.Timestamp value)
The time at which the stage transitioned to this state.ExecutionStageState.Builder
setCurrentStateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time at which the stage transitioned to this state.ExecutionStageState.Builder
setExecutionStageName(String value)
The name of the execution stage.ExecutionStageState.Builder
setExecutionStageNameBytes(com.google.protobuf.ByteString value)
The name of the execution stage.ExecutionStageState.Builder
setExecutionStageState(JobState value)
Executions stage states allow the same set of values as JobState.ExecutionStageState.Builder
setExecutionStageStateValue(int value)
Executions stage states allow the same set of values as JobState.ExecutionStageState.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ExecutionStageState.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ExecutionStageState.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<ExecutionStageState.Builder>
-
clear
public ExecutionStageState.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<ExecutionStageState.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<ExecutionStageState.Builder>
-
getDefaultInstanceForType
public ExecutionStageState getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ExecutionStageState build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ExecutionStageState buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ExecutionStageState.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<ExecutionStageState.Builder>
-
setField
public ExecutionStageState.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<ExecutionStageState.Builder>
-
clearField
public ExecutionStageState.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<ExecutionStageState.Builder>
-
clearOneof
public ExecutionStageState.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<ExecutionStageState.Builder>
-
setRepeatedField
public ExecutionStageState.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<ExecutionStageState.Builder>
-
addRepeatedField
public ExecutionStageState.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<ExecutionStageState.Builder>
-
mergeFrom
public ExecutionStageState.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ExecutionStageState.Builder>
-
mergeFrom
public ExecutionStageState.Builder mergeFrom(ExecutionStageState other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in 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:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in 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:
getExecutionStageName
in interfaceExecutionStageStateOrBuilder
- Returns:
- The executionStageName.
-
getExecutionStageNameBytes
public com.google.protobuf.ByteString getExecutionStageNameBytes()
The name of the execution stage.
string execution_stage_name = 1;
- Specified by:
getExecutionStageNameBytes
in 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:
getExecutionStageStateValue
in 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:
getExecutionStageState
in 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:
hasCurrentStateTime
in 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:
getCurrentStateTime
in 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:
getCurrentStateTimeOrBuilder
in interfaceExecutionStageStateOrBuilder
-
setUnknownFields
public final ExecutionStageState.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageState.Builder>
-
mergeUnknownFields
public final ExecutionStageState.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionStageState.Builder>
-
-