public sealed class UpdateCryptoKeyPrimaryVersionRequest : IMessage<UpdateCryptoKeyPrimaryVersionRequest>, IEquatable<UpdateCryptoKeyPrimaryVersionRequest>, IDeepCloneable<UpdateCryptoKeyPrimaryVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class UpdateCryptoKeyPrimaryVersionRequest.
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 page provides reference documentation for the `UpdateCryptoKeyPrimaryVersionRequest` class in the Google Cloud Key Management Service v1 API, within the .NET framework."],["The `UpdateCryptoKeyPrimaryVersionRequest` class is used to request an update to the primary version of a CryptoKey, and it implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details the properties of the `UpdateCryptoKeyPrimaryVersionRequest` class, including `CryptoKeyName`, `CryptoKeyVersionId`, and `Name`, alongside their respective data types and descriptions."],["The latest version available is 3.16.0, and there are various previous versions from 3.15.0 all the way back to 2.2.0, each linking to their respective documentation pages for the `UpdateCryptoKeyPrimaryVersionRequest`."],["The available constructors for this class are the default `UpdateCryptoKeyPrimaryVersionRequest()` and another that take the same class as a parameter `UpdateCryptoKeyPrimaryVersionRequest(UpdateCryptoKeyPrimaryVersionRequest other)`."]]],[]]