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 webpage provides reference documentation for the `UpdateCryptoKeyRequest` class within the Google Cloud Key Management Service v1 API, specifically for .NET developers."],["The latest version available for the `UpdateCryptoKeyRequest` class is 3.16.0, with versions going as far back as 2.2.0 in the listed documentation."],["The `UpdateCryptoKeyRequest` class is used to send a request to update a `CryptoKey` and includes properties for the updated `CryptoKey` and the fields to update (using `UpdateMask`)."],["The `UpdateCryptoKeyRequest` class implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors: a default constructor and one that takes another `UpdateCryptoKeyRequest` object as a parameter."]]],[]]