public static final class ExecutionStageState.Builder extends GeneratedMessage.Builder<ExecutionStageState.Builder> implements ExecutionStageStateOrBuilderA message describing the state of a particular execution stage.
Protobuf type google.dataflow.v1beta3.ExecutionStageState
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ExecutionStageState.BuilderImplements
ExecutionStageStateOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ExecutionStageState build()| Returns | |
|---|---|
| Type | Description |
ExecutionStageState |
|
buildPartial()
public ExecutionStageState buildPartial()| Returns | |
|---|---|
| Type | Description |
ExecutionStageState |
|
clear()
public ExecutionStageState.Builder clear()| Returns | |
|---|---|
| Type | Description |
ExecutionStageState.Builder |
|
clearCurrentStateTime()
public ExecutionStageState.Builder clearCurrentStateTime()The time at which the stage transitioned to this state.
.google.protobuf.Timestamp current_state_time = 3;
| Returns | |
|---|---|
| Type | Description |
ExecutionStageState.Builder |
|
clearExecutionStageName()
public ExecutionStageState.Builder clearExecutionStageName()The name of the execution stage.
string execution_stage_name = 1;
| Returns | |
|---|---|
| Type | Description |
ExecutionStageState.Builder |
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 | |
|---|---|
| Type | Description |
ExecutionStageState.Builder |
This builder for chaining. |
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 | |
|---|---|
| Type | Description |
Builder |
|
getCurrentStateTimeOrBuilder()
public TimestampOrBuilder getCurrentStateTimeOrBuilder()The time at which the stage transitioned to this state.
.google.protobuf.Timestamp current_state_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDefaultInstanceForType()
public ExecutionStageState getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ExecutionStageState |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
ExecutionStageState.Builder |
|
mergeFrom(ExecutionStageState other)
public ExecutionStageState.Builder mergeFrom(ExecutionStageState other)| Parameter | |
|---|---|
| Name | Description |
other |
ExecutionStageState |
| Returns | |
|---|---|
| Type | Description |
ExecutionStageState.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExecutionStageState.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExecutionStageState.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ExecutionStageState.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ExecutionStageState.Builder |
|
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 | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
ExecutionStageState.Builder |
|
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 | |
|---|---|
| Type | Description |
ExecutionStageState.Builder |
|
setExecutionStageName(String value)
public ExecutionStageState.Builder setExecutionStageName(String value)The name of the execution stage.
string execution_stage_name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe executionStageName to set. |
| Returns | |
|---|---|
| Type | Description |
ExecutionStageState.Builder |
This builder for chaining. |
setExecutionStageNameBytes(ByteString value)
public ExecutionStageState.Builder setExecutionStageNameBytes(ByteString value)The name of the execution stage.
string execution_stage_name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for executionStageName to set. |
| Returns | |
|---|---|
| Type | Description |
ExecutionStageState.Builder |
This builder for chaining. |
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 |
JobStateThe executionStageState to set. |
| Returns | |
|---|---|
| Type | Description |
ExecutionStageState.Builder |
This builder for chaining. |
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 |
intThe enum numeric value on the wire for executionStageState to set. |
| Returns | |
|---|---|
| Type | Description |
ExecutionStageState.Builder |
This builder for chaining. |