Interface ExecutionStageStateOrBuilder (0.9.0)

public interface ExecutionStageStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCurrentStateTime()

public abstract Timestamp getCurrentStateTime()

The time at which the stage transitioned to this state.

.google.protobuf.Timestamp current_state_time = 3;

Returns
TypeDescription
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
TypeDescription
TimestampOrBuilder

getExecutionStageName()

public abstract String getExecutionStageName()

The name of the execution stage.

string execution_stage_name = 1;

Returns
TypeDescription
String

The executionStageName.

getExecutionStageNameBytes()

public abstract ByteString getExecutionStageNameBytes()

The name of the execution stage.

string execution_stage_name = 1;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the currentStateTime field is set.