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, used for creating new cryptographic key versions, and the page is currently on version 2.9.0, but shows a list of version releases up to 3.16.0."],["The `CreateCryptoKeyVersionRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It contains two constructors, one default and one that accepts another `CreateCryptoKeyVersionRequest` object for copying, along with two core properties, `CryptoKeyVersion`, and `Parent`, for specifying the initial key version and its associated parent key, respectively."],["The `ParentAsCryptoKeyName` property provides a typed view over the `Parent` property for easier management of the resource name."],["The page lists the `CreateCryptoKeyVersionRequest` class across many versions, and links to each individual version's release for the `CreateCryptoKeyVersionRequest` class, ranging from 2.2.0 up to 3.16.0."]]],[]]