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 webpage provides reference documentation for the `RetrieveLegacySecretKeyRequest` class within the Google Cloud reCAPTCHA Enterprise v1 API, with the latest version being 2.17.0."],["The `RetrieveLegacySecretKeyRequest` class is used to request a legacy secret key and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors: a parameterless constructor and one that takes another `RetrieveLegacySecretKeyRequest` object as a parameter for creating a new object based on an existing one."],["It includes properties such as `Key` (a string representing the public key name) and `KeyAsKeyName` (a `KeyName`-typed view of the `Key` property) which are integral to the request."],["The namespace for the class is `Google.Cloud.RecaptchaEnterprise.V1` and it is contained within the assembly `Google.Cloud.RecaptchaEnterprise.V1.dll`."]]],[]]