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 documentation for the `RetrieveLegacySecretKeyRequest` class within the Google Cloud reCAPTCHA Enterprise v1 API, detailing its structure and usage."],["The latest version of the API available in this list is 2.17.0, while the documentation provided pertains to version 2.2.0, with a comprehensive list of versions ranging from 1.2.0 to 2.17.0 provided."],["`RetrieveLegacySecretKeyRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is used for retrieving legacy secret keys."],["The class includes two constructors and two properties: `Key` (a string representing the public key name) and `KeyAsKeyName` (a `KeyName`-typed view of the `Key` property)."],["The `Key` property requires the public key name linked to the requested secret key in the specified format, while `KeyAsKeyName` provides a typed view of that key."]]],[]]