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 webpage provides documentation for the `UpdateKeyRequest` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically for .NET."],["The latest version of the reCAPTCHA Enterprise v1 API covered on this page is 2.17.0, but also covers versions ranging from 2.16.0 down to 1.2.0, and this specific page focuses on version 2.9.0."],["`UpdateKeyRequest` is used to update a key and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor `UpdateKeyRequest()` and another to copy an existing `UpdateKeyRequest` with `UpdateKeyRequest(UpdateKeyRequest other)`."],["Key properties of `UpdateKeyRequest` include `Key` which is required to represent the key being updated, and `UpdateMask` to control which fields of the key should be updated."]]],[]]