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-03-21 UTC."],[[["This page details the `CreateCryptoKeyVersionRequest` class within the `Google.Cloud.Kms.V1` namespace, specifically version 2.4.0, used for requesting the creation of a new `CryptoKeyVersion`."],["The `CreateCryptoKeyVersionRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling and cloning."],["The class includes constructors for creating a new instance, either empty or by copying an existing `CreateCryptoKeyVersionRequest` object."],["Key properties include `CryptoKeyVersion`, which holds the initial values for the new `CryptoKeyVersion`, `Parent`, representing the name of the associated `CryptoKey`, and `ParentAsCryptoKeyName`, which offers a typed view of the parent resource name."],["The documentation lists all versions of `CreateCryptoKeyVersionRequest` available starting from version 2.2.0 up to the latest version 3.16.0."]]],[]]