Reference documentation and code samples for the Google Cloud Dataform V1 Client class State.
Different states of the DeleteFolderTree operation.
Protobuf type google.cloud.dataform.v1.DeleteFolderTreeMetadata.State
Namespace
Google \ Cloud \ Dataform \ V1 \ DeleteFolderTreeMetadataMethods
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;
INITIALIZED
Value: 1The operation was initialized and recorded by the server, but not yet started.
Generated from protobuf enum INITIALIZED = 1;
IN_PROGRESS
Value: 2The operation is in progress.
Generated from protobuf enum IN_PROGRESS = 2;
SUCCEEDED
Value: 3The operation has completed successfully.
Generated from protobuf enum SUCCEEDED = 3;
FAILED
Value: 4The operation has failed.
Generated from protobuf enum FAILED = 4;