public sealed class UpdateCryptoKeyPrimaryVersionRequest : IMessage<UpdateCryptoKeyPrimaryVersionRequest>, IEquatable<UpdateCryptoKeyPrimaryVersionRequest>, IDeepCloneable<UpdateCryptoKeyPrimaryVersionRequest>, IBufferMessage, IMessage
Request message for
[KeyManagementService.UpdateCryptoKeyPrimaryVersion][google.cloud.kms.v1.KeyManagementService.UpdateCryptoKeyPrimaryVersion].
[[["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 `UpdateCryptoKeyPrimaryVersionRequest` class within the `Google.Cloud.Kms.V1` namespace for .NET, used for updating the primary version of a cryptographic key."],["The latest version documented is 3.16.0, with multiple previous versions listed, dating back to 2.2.0, all of which include documentation for `UpdateCryptoKeyPrimaryVersionRequest`."],["The `UpdateCryptoKeyPrimaryVersionRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The class has two constructors, one default and one accepting an existing `UpdateCryptoKeyPrimaryVersionRequest` object for duplication, as well as three properties, `CryptoKeyName`, `CryptoKeyVersionId`, and `Name`, for setting the relevant details of a crypto key update request."],["The `UpdateCryptoKeyPrimaryVersionRequest` class is used as the request message for the `KeyManagementService.UpdateCryptoKeyPrimaryVersion` method, which is used to update a Cryptokey's primary version."]]],[]]