public sealed class CreateCryptoKeyVersionRequest : IMessage<CreateCryptoKeyVersionRequest>, IEquatable<CreateCryptoKeyVersionRequest>, IDeepCloneable<CreateCryptoKeyVersionRequest>, IBufferMessage, IMessage
Request message for [KeyManagementService.CreateCryptoKeyVersion][google.cloud.kms.v1.KeyManagementService.CreateCryptoKeyVersion].
Required. The [name][google.cloud.kms.v1.CryptoKey.name] of the [CryptoKey][google.cloud.kms.v1.CryptoKey] associated with
the [CryptoKeyVersions][google.cloud.kms.v1.CryptoKeyVersion].
[[["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-04-09 UTC."],[[["This page details the `CreateCryptoKeyVersionRequest` class, which is used for creating new versions of cryptographic keys within the Google Cloud Key Management Service (KMS)."],["The latest version available for reference on this webpage is 3.16.0, and it lists a variety of older versions, starting from version 3.15.0 all the way down to version 2.2.0."],["The `CreateCryptoKeyVersionRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffered message operations."],["This class requires setting the `Parent` property to the name of the `CryptoKey` that will be associated with the new `CryptoKeyVersion`, as well as the `CryptoKeyVersion` itself with initial values."],["The namespace for this class is `Google.Cloud.Kms.V1`, and it is part of the `Google.Cloud.Kms.V1.dll` assembly, meaning that it is part of the Google Cloud Key Management Service library for .NET."]]],[]]