Optional. Immutable. The Cloud KMS Key name to use for encryption. The key
must be located in the same region as the cluster and cannot be changed.
Structured like:
projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.
[[["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 `GcpConfig` class, part of the Google Cloud Managed Kafka API v1, provides configuration settings for Kafka clusters deployed on Google Cloud Platform."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling features like message handling, equality comparison, deep cloning, and buffer message support."],["`GcpConfig` includes properties such as `AccessConfig`, which configures cluster access, and `KmsKey`, which specifies the Cloud KMS key for data encryption within the cluster."],["The class offers two constructors: a default constructor `GcpConfig()` and a copy constructor `GcpConfig(GcpConfig other)` that creates a new instance based on an existing one."]]],[]]