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 reference documentation for the `UpdateKeyRequest` class within the Google Cloud reCAPTCHA Enterprise v1 API for .NET, spanning multiple versions from 1.2.0 to the latest 2.17.0."],["The `UpdateKeyRequest` class is used to send requests for updating reCAPTCHA keys and is part of the `Google.Cloud.RecaptchaEnterprise.V1` namespace, contained within the `Google.Cloud.RecaptchaEnterprise.V1.dll` assembly."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `UpdateKeyRequest` has two constructors, a default one `UpdateKeyRequest()` and a copy constructor `UpdateKeyRequest(UpdateKeyRequest other)`, along with properties `Key` and `UpdateMask`."],["The `UpdateKeyRequest` class contains properties `Key`, which is a required field of type `Key`, and `UpdateMask`, which is an optional field of type `FieldMask` and controls which fields are updated."]]],[]]