public sealed class UpdateKeyRequest : IMessage<UpdateKeyRequest>, IEquatable<UpdateKeyRequest>, IDeepCloneable<UpdateKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class UpdateKeyRequest.
[[["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-25 UTC."],[[["This document provides reference documentation for the `UpdateKeyRequest` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically for version 2.15.0."],["The `UpdateKeyRequest` class is used to construct requests for updating keys, inheriting from object and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists all versions of the `UpdateKeyRequest` class, with the latest version being 2.17.0 and version 2.15.0 being the context for the current documentation, and a history of older versions going back to 1.2.0."],["The class contains properties like `Key`, which is the required key to be updated and `UpdateMask`, which is an optional field mask to control the scope of the update."],["The class has two constructors, a parameterless one, and one that takes another `UpdateKeyRequest` instance, for constructing new requests."]]],[]]