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-21 UTC."],[[["This document provides reference information for the `UpdateKeyRequest` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically for the .NET environment, with version 2.2.0 being featured alongside a variety of other versions."],["The `UpdateKeyRequest` class, which is used to send update requests, inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateKeyRequest` class includes two constructors, one parameterless and another that accepts an `UpdateKeyRequest` object for cloning."],["There are two main properties within `UpdateKeyRequest`: `Key`, representing the key to be updated, and `UpdateMask`, which is used to control which fields are updated, defaulting to updating all fields if not present."],["This document lists all versions of this class, ranging from version 1.2.0 to 2.17.0, with 2.17.0 being the latest."]]],[]]