Required. The Cloud KMS resource identifier of the customer managed
encryption key used to protect a resource. Has the form:
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key.
The key needs to be in the same region as where the compute resource is
created.
[[["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 2025-03-21 UTC."],[[["The `EncryptionSpec` class in the Vertex AI v1beta1 API allows users to define customer-managed encryption key specifications for top-level resources."],["This class is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace and is implemented within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling, equality comparison, deep cloning, and buffered message operations."],["The `EncryptionSpec` class has a `KmsKeyName` property, which is a string that specifies the Cloud KMS resource identifier for the customer-managed encryption key."],["The class has two constructors: a default constructor `EncryptionSpec()` and one that takes another `EncryptionSpec` object as parameter, `EncryptionSpec(EncryptionSpec other)`."]]],[]]