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 \ V1betaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
COMPLETION_STATE_UNSPECIFIED
Value: 0Unspecified completion state.
Generated from protobuf enum COMPLETION_STATE_UNSPECIFIED = 0;
PENDING
Value: 1Task started (has start date) but not yet completed.
Generated from protobuf enum PENDING = 1;
SUCCEEDED
Value: 2Succeeded state.
Generated from protobuf enum SUCCEEDED = 2;
FAILED
Value: 3Failed state.
Generated from protobuf enum FAILED = 3;
NOT_APPLICABLE
Value: 4Not applicable state.
Generated from protobuf enum NOT_APPLICABLE = 4;