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, detailing its structure and usage."],["The content lists available versions of the `RetrieveLegacySecretKeyRequest`, ranging from version 1.2.0 up to the latest version 2.17.0, with each version linking to its specific documentation page."],["The `RetrieveLegacySecretKeyRequest` class includes constructors, properties like `Key` and `KeyAsKeyName`, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Key` property is a required string that holds the public key name associated with the secret key, formatted as `projects/{project}/keys/{key}`."],["The `KeyAsKeyName` property offers a `KeyName`-typed representation of the `Key` resource name, providing a structured way to access and manage the key."]]],[]]