Google Cloud Api Hub V1 Client - Class LastExecutionState (0.3.0)

Reference documentation and code samples for the Google Cloud Api Hub V1 Client class LastExecutionState.

The state of the last execution of the curation.

Protobuf type google.cloud.apihub.v1.Curation.LastExecutionState

Namespace

Google \ Cloud \ ApiHub \ V1 \ Curation

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

LAST_EXECUTION_STATE_UNSPECIFIED

Value: 0

Default unspecified state.

Generated from protobuf enum LAST_EXECUTION_STATE_UNSPECIFIED = 0;

SUCCEEDED

Value: 1

The last curation execution was successful.

Generated from protobuf enum SUCCEEDED = 1;

FAILED

Value: 2

The last curation execution failed.

Generated from protobuf enum FAILED = 2;