public sealed class RetrieveLegacySecretKeyRequest : IMessage<RetrieveLegacySecretKeyRequest>, IEquatable<RetrieveLegacySecretKeyRequest>, IDeepCloneable<RetrieveLegacySecretKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class RetrieveLegacySecretKeyRequest.
[[["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 document provides reference information for the `RetrieveLegacySecretKeyRequest` class within the Google Cloud reCAPTCHA Enterprise v1 API, covering versions from 1.2.0 to the latest 2.17.0."],["The `RetrieveLegacySecretKeyRequest` class is used to request the retrieval of a legacy secret key and is part of the `Google.Cloud.RecaptchaEnterprise.V1` namespace."],["This class inherits from `object` and implements `IMessage`, `IEquatable\u003cRetrieveLegacySecretKeyRequest\u003e`, `IDeepCloneable\u003cRetrieveLegacySecretKeyRequest\u003e`, and `IBufferMessage`."],["It includes properties such as `Key`, a required string representing the public key name, and `KeyAsKeyName`, a `KeyName`-typed view over the `Key` resource name."],["Constructors for `RetrieveLegacySecretKeyRequest` allow for both default initialization and initialization by copying another `RetrieveLegacySecretKeyRequest` object."]]],[]]