public sealed class GetSecretRequest : IMessage<GetSecretRequest>, IEquatable<GetSecretRequest>, IDeepCloneable<GetSecretRequest>, IBufferMessage, IMessage
Request message for [SecretManagerService.GetSecret][google.cloud.secretmanager.v1.SecretManagerService.GetSecret].
[[["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-21 UTC."],[[["This page details the `GetSecretRequest` class within the `Google.Cloud.SecretManager.V1` namespace, used for retrieving secret information."],["The `GetSecretRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, cloning, and buffering."],["The class provides two constructors: a default constructor, and another to copy an existing `GetSecretRequest` object."],["The `GetSecretRequest` class has two main properties: `Name`, which is a string representing the secret's resource name, and `SecretName`, which provides a typed view over the resource name."],["This documentation covers multiple versions of the library, with version 2.5.0 being the latest, and this class is detailed under version 2.0.0, the page that you are on."]]],[]]