public sealed class Cluster.Types.EncryptionConfig : IMessage<Cluster.Types.EncryptionConfig>, IEquatable<Cluster.Types.EncryptionConfig>, IDeepCloneable<Cluster.Types.EncryptionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class Cluster.Types.EncryptionConfig.
Cloud Key Management Service (Cloud KMS) settings for a CMEK-protected
cluster.
Describes the Cloud KMS encryption key that will be used to protect the
destination Bigtable cluster. The requirements for this key are:
1) The Cloud Bigtable service account associated with the project that
contains this cluster must be granted the
cloudkms.cryptoKeyEncrypterDecrypter role on the CMEK key.
2) Only regional keys can be used and the region of the CMEK key must
match the region of the cluster.
Values are of the form
projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["This webpage provides documentation for the `Cluster.Types.EncryptionConfig` class within the Google Cloud Bigtable Administration v2 API, specifically in the context of .NET development."],["The `Cluster.Types.EncryptionConfig` class is used to define Cloud Key Management Service (Cloud KMS) settings for a CMEK-protected cluster."],["The page lists various versions of the Bigtable Admin v2 API, ranging from version 3.24.0 (latest) down to 2.4.0, each linking to its respective documentation, including the current version highlighted as the latest."],["The `EncryptionConfig` class allows setting a `KmsKeyName` property, which is a string that holds the resource name of the Cloud KMS encryption key, including project, location, keyring and key, that will be used to protect the cluster."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes constructors for creating new instances, either default or by copying existing encryption configurations."]]],[]]