public sealed class UpdateKeyRequest : IMessage<UpdateKeyRequest>, IEquatable<UpdateKeyRequest>, IDeepCloneable<UpdateKeyRequest>, IBufferMessage, IMessage
[[["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."],[[["The `UpdateKeyRequest` class is used to update a key within the Google Cloud reCAPTCHA Enterprise service, and it is the message format for update key requests."],["The latest version available is 2.17.0, while the current page version that is being referenced is 1.3.0 for `UpdateKeyRequest`, and there are many previous versions listed for reference."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing it adheres to defined message structures."],["The `UpdateKeyRequest` has two properties: `Key`, which is required and specifies the key to be updated, and `UpdateMask`, which is optional and allows control over which fields are updated."],["The `UpdateKeyRequest` class has two constructors, a default one, and another one that takes in another `UpdateKeyRequest` as a parameter."]]],[]]