Discovery Engine V1BETA API - Module Google::Cloud::DiscoveryEngine::V1beta::CmekConfig::State (v0.28.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Discovery Engine V1BETA API module Google::Cloud::DiscoveryEngine::V1beta::CmekConfig::State.
States of the CmekConfig.
Constants
STATE_UNSPECIFIED
value: 0 The CmekConfig state is unknown.
CREATING
value: 1 The CmekConfig is creating.
ACTIVE
value: 2 The CmekConfig can be used with DataStores.
KEY_ISSUE
value: 3 The CmekConfig is unavailable, most likely due to the KMS Key being
revoked.
DELETING
value: 4 The CmekConfig is deleting.
DELETE_FAILED
value: 7 The CmekConfig deletion process failed.
UNUSABLE
value: 5 The CmekConfig is not usable, most likely due to some internal issue.
ACTIVE_ROTATING
value: 6 The KMS key version is being rotated.
DELETED
value: 8 The KMS key is soft deleted. Some cleanup policy will eventually be
applied.
EXPIRED
value: 9 The KMS key is expired, meaning the key has been disabled for 30+ days.
The customer can call DeleteCmekConfig to change the state to DELETED.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-18 UTC."],[],[]]