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 in the .NET context."],["The documentation covers versions ranging from 2.2.0 to the latest 3.16.0, detailing the `CreateCryptoKeyVersionRequest` class across these different versions."],["The `CreateCryptoKeyVersionRequest` class is used to send a request to create a new `CryptoKeyVersion` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `CryptoKeyVersion`, `Parent`, and `ParentAsCryptoKeyName`, which are essential for defining and associating the new key version within the Key Management Service hierarchy."],["The documentation provides details on the constructors available for `CreateCryptoKeyVersionRequest`, including a parameter that takes in another `CreateCryptoKeyVersionRequest` object, enabling users to understand how to instantiate and work with this class."]]],[]]