public interface ExecutionStageStateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCurrentStateTime()
public abstract Timestamp getCurrentStateTime()The time at which the stage transitioned to this state.
.google.protobuf.Timestamp current_state_time = 3;
| Type | Description |
| Timestamp | The currentStateTime. |
getCurrentStateTimeOrBuilder()
public abstract TimestampOrBuilder getCurrentStateTimeOrBuilder()The time at which the stage transitioned to this state.
.google.protobuf.Timestamp current_state_time = 3;
| Type | Description |
| TimestampOrBuilder |
getExecutionStageName()
public abstract String getExecutionStageName()The name of the execution stage.
string execution_stage_name = 1;
| Type | Description |
| String | The executionStageName. |
getExecutionStageNameBytes()
public abstract ByteString getExecutionStageNameBytes()The name of the execution stage.
string execution_stage_name = 1;
| Type | Description |
| ByteString | The bytes for executionStageName. |
getExecutionStageState()
public abstract JobState getExecutionStageState()Executions stage states allow the same set of values as JobState.
.google.dataflow.v1beta3.JobState execution_stage_state = 2;
| Type | Description |
| JobState | The executionStageState. |
getExecutionStageStateValue()
public abstract int getExecutionStageStateValue()Executions stage states allow the same set of values as JobState.
.google.dataflow.v1beta3.JobState execution_stage_state = 2;
| Type | Description |
| int | The enum numeric value on the wire for executionStageState. |
hasCurrentStateTime()
public abstract boolean hasCurrentStateTime()The time at which the stage transitioned to this state.
.google.protobuf.Timestamp current_state_time = 3;
| Type | Description |
| boolean | Whether the currentStateTime field is set. |