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, used for retrieving a secret from Google Cloud Secret Manager."],["The `GetSecretRequest` class is part of the .NET library and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists several versions of the `Google.Cloud.SecretManager.V1` package, ranging from version 1.3.0 up to the latest, version 2.5.0, which the user can navigate through."],["The `GetSecretRequest` class has two constructors, a default constructor, and a copy constructor that takes another `GetSecretRequest` object, and also contains two key properties, `Name` and `SecretName`."],["The `Name` property is a required string that specifies the resource name of the secret to be retrieved, while `SecretName` offers a type-safe view of the `Name` property."]]],[]]