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-03-21 UTC."],[[["The latest version available for `UpdateCryptoKeyRequest` is 3.16.0, which is accessible via a direct link to its documentation."],["`UpdateCryptoKeyRequest` is a request message used in the `KeyManagementService.UpdateCryptoKey` function, designed to update a cryptographic key."],["The class `UpdateCryptoKeyRequest` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for handling messages and data operations."],["The class is located in the `Google.Cloud.Kms.V1` namespace and within the `Google.Cloud.Kms.V1.dll` assembly, indicating its part in the Google Cloud Key Management Service."],["Key properties within `UpdateCryptoKeyRequest` include `CryptoKey` for updated key values and `UpdateMask` for specifying which fields should be modified, making them both required for a request."]]],[]]