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."],[[["The webpage details the `UpdateCryptoKeyPrimaryVersionRequest` class within the `Google.Cloud.Kms.V1` namespace for .NET, used to update the primary version of a cryptographic key."],["Version 3.16.0 is the latest version of the class, with several previous versions listed ranging back to version 2.2.0 for those that require it."],["The `UpdateCryptoKeyPrimaryVersionRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the class include `CryptoKeyName`, providing a typed view over the resource name, and `CryptoKeyVersionId`, to identify the desired primary version, and `Name`, the required resource name of the `CryptoKey` to update."],["This class is crucial for updating a CryptoKey's primary version and can be implemented using its empty constructor or one that takes in another instance of `UpdateCryptoKeyPrimaryVersionRequest`."]]],[]]