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."],[[["The `GetSecretRequest` class is used to request a specific secret from the Secret Manager service, using the `projects/*/secrets/*` format."],["This webpage provides documentation for version 1.6.0 of the `GetSecretRequest` class, alongside links to documentation for several other versions, including the latest 2.5.0."],["The `GetSecretRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits members from the base `Object` class."],["The `GetSecretRequest` class includes two properties: `Name`, a string representing the resource name of the secret, and `SecretName`, which is a typed view of the `Name` property using the `SecretName` type."],["There are two constructors for the `GetSecretRequest` class, one default constructor, and one that accepts another `GetSecretRequest` object as a parameter for copying."]]],[]]