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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getExecutionStageName()
public abstract String getExecutionStageName()The name of the execution stage.
string execution_stage_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The executionStageName. |
getExecutionStageNameBytes()
public abstract ByteString getExecutionStageNameBytes()The name of the execution stage.
string execution_stage_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for executionStageName. |
getExecutionStageState()
public abstract JobState getExecutionStageState()Executions stage states allow the same set of values as JobState.
.google.events.cloud.dataflow.v1beta3.JobState execution_stage_state = 2;
| Returns | |
|---|---|
| Type | Description |
JobState |
The executionStageState. |
getExecutionStageStateValue()
public abstract int getExecutionStageStateValue()Executions stage states allow the same set of values as JobState.
.google.events.cloud.dataflow.v1beta3.JobState execution_stage_state = 2;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the currentStateTime field is set. |