public sealed class CreateCryptoKeyVersionRequest : IMessage<CreateCryptoKeyVersionRequest>, IEquatable<CreateCryptoKeyVersionRequest>, IDeepCloneable<CreateCryptoKeyVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class CreateCryptoKeyVersionRequest.
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 webpage provides reference documentation for the `CreateCryptoKeyVersionRequest` class within the Google Cloud Key Management Service v1 API, specifically version 3.8.0, and the documentation includes links to numerous older and newer versions."],["The `CreateCryptoKeyVersionRequest` class is used to create a request message for creating a new `CryptoKeyVersion` within the Key Management Service, as seen with the implementation of various interfaces."],["The page outlines that the `CreateCryptoKeyVersionRequest` class requires a `CryptoKeyVersion` object, designated as `CryptoKeyVersion`, and the associated `CryptoKey`'s name, known as `Parent`, to function properly."],["The `CreateCryptoKeyVersionRequest` class has two constructors, one that is empty, and one that takes in another `CreateCryptoKeyVersionRequest` as an argument."],["The page includes a list of versioned links, with 3.16.0 being the most recent version, and provides a guide to navigate between versions of the Google Cloud Key Management Service v1 API for the CreateCryptoKeyVersionRequest."]]],[]]