public static final class ExecutionStageState.Builder extends GeneratedMessageV3.Builder<ExecutionStageState.Builder> implements ExecutionStageStateOrBuilder
A message describing the state of a particular execution stage.
Protobuf type google.dataflow.v1beta3.ExecutionStageState
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExecutionStageState.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ExecutionStageState build()
Returns
buildPartial()
public ExecutionStageState buildPartial()
Returns
clear()
public ExecutionStageState.Builder clear()
Returns
Overrides
clearCurrentStateTime()
public ExecutionStageState.Builder clearCurrentStateTime()
The time at which the stage transitioned to this state.
.google.protobuf.Timestamp current_state_time = 3;
Returns
clearExecutionStageName()
public ExecutionStageState.Builder clearExecutionStageName()
The name of the execution stage.
string execution_stage_name = 1;
Returns
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
clearField(Descriptors.FieldDescriptor field)
public ExecutionStageState.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ExecutionStageState.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public ExecutionStageState.Builder clone()
Returns
Overrides
getCurrentStateTime()
public Timestamp getCurrentStateTime()
The time at which the stage transitioned to this state.
.google.protobuf.Timestamp current_state_time = 3;
Returns
Type | Description |
Timestamp | The currentStateTime.
|
getCurrentStateTimeBuilder()
public Timestamp.Builder getCurrentStateTimeBuilder()
The time at which the stage transitioned to this state.
.google.protobuf.Timestamp current_state_time = 3;
Returns
getCurrentStateTimeOrBuilder()
public TimestampOrBuilder getCurrentStateTimeOrBuilder()
The time at which the stage transitioned to this state.
.google.protobuf.Timestamp current_state_time = 3;
Returns
getDefaultInstanceForType()
public ExecutionStageState getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getExecutionStageName()
public String getExecutionStageName()
The name of the execution stage.
string execution_stage_name = 1;
Returns
Type | Description |
String | The executionStageName.
|
getExecutionStageNameBytes()
public ByteString getExecutionStageNameBytes()
The name of the execution stage.
string execution_stage_name = 1;
Returns
Type | Description |
ByteString | The bytes for executionStageName.
|
getExecutionStageState()
public JobState getExecutionStageState()
Executions stage states allow the same set of values as JobState.
.google.dataflow.v1beta3.JobState execution_stage_state = 2;
Returns
Type | Description |
JobState | The executionStageState.
|
getExecutionStageStateValue()
public int getExecutionStageStateValue()
Executions stage states allow the same set of values as JobState.
.google.dataflow.v1beta3.JobState execution_stage_state = 2;
Returns
Type | Description |
int | The enum numeric value on the wire for executionStageState.
|
hasCurrentStateTime()
public boolean hasCurrentStateTime()
The time at which the stage transitioned to this state.
.google.protobuf.Timestamp current_state_time = 3;
Returns
Type | Description |
boolean | Whether the currentStateTime field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeCurrentStateTime(Timestamp value)
public ExecutionStageState.Builder mergeCurrentStateTime(Timestamp value)
The time at which the stage transitioned to this state.
.google.protobuf.Timestamp current_state_time = 3;
Parameter
Returns
mergeFrom(ExecutionStageState other)
public ExecutionStageState.Builder mergeFrom(ExecutionStageState other)
Parameter
Returns
public ExecutionStageState.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ExecutionStageState.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExecutionStageState.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setCurrentStateTime(Timestamp value)
public ExecutionStageState.Builder setCurrentStateTime(Timestamp value)
The time at which the stage transitioned to this state.
.google.protobuf.Timestamp current_state_time = 3;
Parameter
Returns
setCurrentStateTime(Timestamp.Builder builderForValue)
public ExecutionStageState.Builder setCurrentStateTime(Timestamp.Builder builderForValue)
The time at which the stage transitioned to this state.
.google.protobuf.Timestamp current_state_time = 3;
Parameter
Name | Description |
builderForValue | Builder
|
Returns
setExecutionStageName(String value)
public ExecutionStageState.Builder setExecutionStageName(String value)
The name of the execution stage.
string execution_stage_name = 1;
Parameter
Name | Description |
value | String
The executionStageName to set.
|
Returns
setExecutionStageNameBytes(ByteString value)
public ExecutionStageState.Builder setExecutionStageNameBytes(ByteString value)
The name of the execution stage.
string execution_stage_name = 1;
Parameter
Name | Description |
value | ByteString
The bytes for executionStageName to set.
|
Returns
setExecutionStageState(JobState value)
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;
Parameter
Name | Description |
value | JobState
The executionStageState to set.
|
Returns
setExecutionStageStateValue(int value)
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;
Parameter
Name | Description |
value | int
The enum numeric value on the wire for executionStageState to set.
|
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ExecutionStageState.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExecutionStageState.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ExecutionStageState.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides