public sealed class UpdateCryptoKeyRequest : IMessage<UpdateCryptoKeyRequest>, IEquatable<UpdateCryptoKeyRequest>, IDeepCloneable<UpdateCryptoKeyRequest>, IBufferMessage, IMessage
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 page details the `UpdateCryptoKeyRequest` class, which is used to request updates to a CryptoKey within the Google Cloud Key Management Service (KMS) v1."],["The latest version of this documentation is for version 3.16.0, with versions down to 2.2.0 being documented, covering a broad range of updates."],["The `UpdateCryptoKeyRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its functionalities and uses."],["The class has two constructors, a default constructor and a copy constructor to create a new `UpdateCryptoKeyRequest` object."],["The class properties `CryptoKey` and `UpdateMask` are required fields for the update request."]]],[]]