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, specifically version 2.9.0, which is used for updating the primary version of a CryptoKey."],["The content covers multiple versions of the `UpdateCryptoKeyPrimaryVersionRequest` class, ranging from version 2.2.0 up to the latest version 3.16.0, providing a historical view of its development."],["The `UpdateCryptoKeyPrimaryVersionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, indicating its role within the Google Cloud Key Management Service framework."],["Key properties of the class include `CryptoKeyName`, `CryptoKeyVersionId`, and `Name`, which are essential for identifying the target `CryptoKey` and specifying the new primary version."],["The class includes both parameterless and parameterized constructors, allowing instantiation and cloning of `UpdateCryptoKeyPrimaryVersionRequest` objects, respectively."]]],[]]