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 documentation for the `UpdateCryptoKeyRequest` class within the Google Cloud Key Management Service v1 API, specifically for the .NET environment."],["The latest version of the API documented is 3.16.0, with a range of previous versions from 3.15.0 down to 2.2.0 also available for reference."],["`UpdateCryptoKeyRequest` is a request message used to update a CryptoKey and it implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, among others, all in the `Google.Cloud.Kms.V1` namespace."],["The `UpdateCryptoKeyRequest` class includes two main properties, `CryptoKey` which holds the updated values, and `UpdateMask` that specifies which fields are to be updated."],["The information details the class's inheritance from the `object` class, and the implementation of multiple interfaces, as well as information about the properties, constructors, and included parameters."]]],[]]