Google Cloud Cloud Controls Partner V1beta Client - Class CompletionState (0.1.4)

Reference documentation and code samples for the Google Cloud Cloud Controls Partner V1beta Client class CompletionState.

Enum for possible completion states.

Protobuf type google.cloud.cloudcontrolspartner.v1beta.CompletionState

Namespace

Google \ Cloud \ CloudControlsPartner \ V1beta

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

COMPLETION_STATE_UNSPECIFIED

Value: 0

Unspecified completion state.

Generated from protobuf enum COMPLETION_STATE_UNSPECIFIED = 0;

PENDING

Value: 1

Task started (has start date) but not yet completed.

Generated from protobuf enum PENDING = 1;

SUCCEEDED

Value: 2

Succeeded state.

Generated from protobuf enum SUCCEEDED = 2;

FAILED

Value: 3

Failed state.

Generated from protobuf enum FAILED = 3;

NOT_APPLICABLE

Value: 4

Not applicable state.

Generated from protobuf enum NOT_APPLICABLE = 4;