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 document outlines the `UpdateCryptoKeyPrimaryVersionRequest` class, which is a request message for updating the primary version of a CryptoKey in the Google Cloud Key Management Service (KMS)."],["The document covers a range of versions for the `UpdateCryptoKeyPrimaryVersionRequest`, starting from version 2.2.0 and going up to the latest version, 3.16.0."],["The `UpdateCryptoKeyPrimaryVersionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has properties such as `CryptoKeyName`, `CryptoKeyVersionId`, and `Name`, to specify the target CryptoKey and the desired version to be set as primary."],["The document also describes the constructors of the class, including a default constructor and one that accepts another `UpdateCryptoKeyPrimaryVersionRequest` instance as an argument."]]],[]]