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-03-21 UTC."],[[["This page provides reference documentation for the `UpdateCryptoKeyRequest` class within the Google Cloud Key Management Service (KMS) v1 API."],["The `UpdateCryptoKeyRequest` class is used to update a `CryptoKey` resource, as part of the `KeyManagementService.UpdateCryptoKey` method."],["The latest version of the API is 3.16.0, and the page lists all available versions back to 2.2.0, with links to each version's documentation."],["The `UpdateCryptoKeyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes constructors, along with `CryptoKey` and `UpdateMask` properties, for managing the update process."],["The `UpdateCryptoKeyRequest` requires a `CryptoKey` with updated values and a list of the fields that need updating with the `UpdateMask`."]]],[]]