Interface ExecutionStatusOrBuilder (0.28.0)

public interface ExecutionStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCurrentExecutionState()

public abstract ExecutionStatus.CurrentExecutionState getCurrentExecutionState()

Output only. The current state of the execution.

.google.cloud.apihub.v1.ExecutionStatus.CurrentExecutionState current_execution_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ExecutionStatus.CurrentExecutionState

The currentExecutionState.

getCurrentExecutionStateValue()

public abstract int getCurrentExecutionStateValue()

Output only. The current state of the execution.

.google.cloud.apihub.v1.ExecutionStatus.CurrentExecutionState current_execution_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for currentExecutionState.

getLastExecution()

public abstract ExecutionStatus.LastExecution getLastExecution()

Output only. The last execution of the plugin instance.

.google.cloud.apihub.v1.ExecutionStatus.LastExecution last_execution = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ExecutionStatus.LastExecution

The lastExecution.

getLastExecutionOrBuilder()

public abstract ExecutionStatus.LastExecutionOrBuilder getLastExecutionOrBuilder()

Output only. The last execution of the plugin instance.

.google.cloud.apihub.v1.ExecutionStatus.LastExecution last_execution = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ExecutionStatus.LastExecutionOrBuilder

hasLastExecution()

public abstract boolean hasLastExecution()

Output only. The last execution of the plugin instance.

.google.cloud.apihub.v1.ExecutionStatus.LastExecution last_execution = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the lastExecution field is set.