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 `CreateCryptoKeyVersionRequest` class is part of the `Google.Cloud.Kms.V1` namespace and is available in various versions of the library, ranging from 2.2.0 up to the latest 3.16.0."],["This request message inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one, and another that copies the values from another `CreateCryptoKeyVersionRequest` instance, and also includes the properties `CryptoKeyVersion`, `Parent`, and `ParentAsCryptoKeyName`."],["The `Parent` and `ParentAsCryptoKeyName` properties are required and are associated with the name of the CryptoKey that will contain the new CryptoKeyVersion."]]],[]]