Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class State.
Different states of the DeleteRepositoryLongRunning operation.
Protobuf type google.cloud.dataform.v1beta1.DeleteRepositoryLongRunningMetadata.State
Namespace
Google \ Cloud \ Dataform \ V1beta1 \ DeleteRepositoryLongRunningMetadataMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The state is unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
RUNNING
Value: 1The operation is running.
Generated from protobuf enum RUNNING = 1;
SUCCEEDED
Value: 2The operation has completed successfully.
Generated from protobuf enum SUCCEEDED = 2;
FAILED
Value: 3The operation has failed.
Generated from protobuf enum FAILED = 3;