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 page provides documentation for the `UpdateKeyRequest` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically for the .NET environment."],["The latest version available is 2.17.0, and there is a list of previous versions with links going back to version 1.2.0."],["The `UpdateKeyRequest` class allows updating reCAPTCHA keys and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The key properties of `UpdateKeyRequest` are `Key`, which is required and specifies the key to update, and `UpdateMask`, which is optional and controls which key fields are modified."],["This class also includes constructors for both creating an empty `UpdateKeyRequest` and one based on an existing instance of `UpdateKeyRequest`, ensuring flexibility in its use."]]],[]]