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 documentation for the `UpdateCryptoKeyRequest` class within the Google Cloud Key Management Service v1 API, specifically for .NET developers."],["The `UpdateCryptoKeyRequest` class is a request message used to update a `CryptoKey` as part of the `KeyManagementService.UpdateCryptoKey` method, and it includes properties such as `CryptoKey` and `UpdateMask`."],["The document lists the version history of the API from version 2.2.0 up to the latest version, 3.16.0, offering links to the documentation for each version."],["This class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide enhanced functionality for message manipulation and comparison."],["The document details the constructors and properties of the `UpdateCryptoKeyRequest` class, as well as its inherited members and namespace."]]],[]]