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 document provides reference information for the `UpdateCryptoKeyRequest` class within the Google Cloud Key Management Service (KMS) v1 API, specifically for the .NET implementation."],["The latest version of `UpdateCryptoKeyRequest` is 3.16.0, and the document lists version history, including all the versions from 3.16.0 down to 2.2.0."],["`UpdateCryptoKeyRequest` is a request message used for updating a `CryptoKey` in the KeyManagementService and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for specifying the `CryptoKey` to be updated and the `UpdateMask` to indicate which fields of the `CryptoKey` should be modified."],["`UpdateCryptoKeyRequest` has two constructors: a parameterless one and another for creating a new instance based off of another `UpdateCryptoKeyRequest` instance."]]],[]]