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 webpage details the `GetSecretRequest` class within the `Google.Cloud.SecretManager.V1` namespace, specifically for version 1.9.0, which is a request message for the `SecretManagerService.GetSecret` method."],["The `GetSecretRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable\u003cGetSecretRequest\u003e`, `IDeepCloneable\u003cGetSecretRequest\u003e`, and `IBufferMessage`."],["The class includes two constructors, a default one and another that accepts a `GetSecretRequest` object, used for creating new instances of the class."],["The `GetSecretRequest` class contains properties for managing the secret name, such as `Name` (a string) and `SecretName` (a `SecretName` type), which are essential for identifying the secret being requested."],["This documentation also lists links to previous versions of the `GetSecretRequest`, all the way from 1.3.0 to the latest release of 2.5.0."]]],[]]