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-04-09 UTC."],[[["This page provides reference documentation for the `UpdateCryptoKeyRequest` class within the Google Cloud Key Management Service (KMS) v1 API, specifically for .NET."],["The `UpdateCryptoKeyRequest` class is used to construct requests for updating a `CryptoKey` within the KMS API, as indicated by the class description and its role within the `KeyManagementService.UpdateCryptoKey` method."],["The documentation details the class's inheritance from various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` demonstrating its capabilities and behavior within the .NET framework."],["The page lists the available versions of the `UpdateCryptoKeyRequest` documentation, ranging from version 2.2.0 up to the latest version, 3.16.0, allowing users to access the version relevant to their needs."],["The `UpdateCryptoKeyRequest` class includes two constructors and two properties, `CryptoKey` and `UpdateMask`, which are essential for updating an existing `CryptoKey` with specified field modifications."]]],[]]