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 CryptoKey in Google Cloud KMS."],["The latest version of `UpdateCryptoKeyPrimaryVersionRequest` is 3.16.0, and the page provides documentation and links for multiple previous versions, including back to version 2.2.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with a constructor allowing the creation of a new or copied instance."],["Key properties include `CryptoKeyName`, which offers a typed view of the resource name, `CryptoKeyVersionId` for specifying the version to make primary, and `Name` to denote the target CryptoKey resource."],["The document outlines the request message requirements for updating the primary version of a CryptoKey, emphasizing the need to provide both the resource name of the CryptoKey and the id of the desired version."]]],[]]