Reference documentation and code samples for the Google Cloud Dataproc Metastore V1 Client class State.
The current state of the metadata export.
Protobuf type google.cloud.metastore.v1.MetadataExport.State
Namespace
Google \ Cloud \ Metastore \ V1 \ MetadataExportMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The state of the metadata export is unknown.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
RUNNING
Value: 1The metadata export is running.
Generated from protobuf enum RUNNING = 1;
SUCCEEDED
Value: 2The metadata export completed successfully.
Generated from protobuf enum SUCCEEDED = 2;
FAILED
Value: 3The metadata export failed.
Generated from protobuf enum FAILED = 3;
CANCELLED
Value: 4The metadata export is cancelled.
Generated from protobuf enum CANCELLED = 4;