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 webpage details the `UpdateCryptoKeyPrimaryVersionRequest` class within the `Google.Cloud.Kms.V1` namespace for .NET, which is used to update the primary version of a cryptographic key."],["The content provides access to documentation for the `UpdateCryptoKeyPrimaryVersionRequest` class across multiple versions of the library, ranging from version 2.2.0 up to the latest version 3.16.0."],["`UpdateCryptoKeyPrimaryVersionRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for `CryptoKeyName`, `CryptoKeyVersionId`, and `Name`, enabling the specification of the target key and the desired primary key version."],["There are two constructors available for the `UpdateCryptoKeyPrimaryVersionRequest` class, one being the default and the other allowing the user to use an existing `UpdateCryptoKeyPrimaryVersionRequest`."]]],[]]