public sealed class UpdateCryptoKeyRequest : IMessage<UpdateCryptoKeyRequest>, IEquatable<UpdateCryptoKeyRequest>, IDeepCloneable<UpdateCryptoKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class UpdateCryptoKeyRequest.
Request message for
[KeyManagementService.UpdateCryptoKey][google.cloud.kms.v1.KeyManagementService.UpdateCryptoKey].
[[["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-04-09 UTC."],[[["This document provides reference information for the `UpdateCryptoKeyRequest` class within the Google Cloud Key Management Service v1 API, specifically for .NET."],["The latest version of `UpdateCryptoKeyRequest` available is 3.16.0, with many other versions available going as far back as 2.2.0."],["The `UpdateCryptoKeyRequest` class is used to send requests to update a CryptoKey, inheriting from and implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of the `UpdateCryptoKeyRequest` include `CryptoKey`, which holds the updated values, and `UpdateMask`, which specifies which fields to update."],["The available constructors for the `UpdateCryptoKeyRequest` class include a default constructor and one that takes another `UpdateCryptoKeyRequest` instance."]]],[]]