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."],[[["The provided content details the `UpdateCryptoKeyRequest` class within the Google Cloud Key Management Service v1 API, specifically focusing on version 3.5.0 and showcasing a variety of previous versions."],["`UpdateCryptoKeyRequest` is a request message used to update a `CryptoKey` within the Key Management Service."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of the `UpdateCryptoKeyRequest` class include `CryptoKey` which holds updated values and `UpdateMask` which specifies which fields will be updated in the request."],["The documentation covers versions ranging from 2.2.0 all the way to the most recent 3.16.0, for a total of 25 versions."]]],[]]