Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class State.
States of the CmekConfig.
Protobuf type google.cloud.discoveryengine.v1.CmekConfig.State
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ CmekConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
The CmekConfig state is unknown.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1
The CmekConfig is creating.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2
The CmekConfig can be used with DataStores.
Generated from protobuf enum ACTIVE = 2;
KEY_ISSUE
Value: 3
The CmekConfig is unavailable, most likely due to the KMS Key being revoked.
Generated from protobuf enum KEY_ISSUE = 3;
DELETING
Value: 4
The CmekConfig is deleting.
Generated from protobuf enum DELETING = 4;
DELETE_FAILED
Value: 7
The CmekConfig deletion process failed.
Generated from protobuf enum DELETE_FAILED = 7;
UNUSABLE
Value: 5
The CmekConfig is not usable, most likely due to some internal issue.
Generated from protobuf enum UNUSABLE = 5;
ACTIVE_ROTATING
Value: 6
The KMS key version is being rotated.
Generated from protobuf enum ACTIVE_ROTATING = 6;
DELETED
Value: 8
The KMS key is soft deleted. Some cleanup policy will eventually be applied.
Generated from protobuf enum DELETED = 8;