public sealed class GetSecretRequest : IMessage<GetSecretRequest>, IEquatable<GetSecretRequest>, IDeepCloneable<GetSecretRequest>, IBufferMessage, IMessage
Request message for [SecretManagerService.GetSecret][google.cloud.secrets.v1beta1.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 document outlines the `GetSecretRequest` class, which is a request message for retrieving a secret within the Google Cloud Secret Manager service, specifically for version `V1Beta1`."],["The `GetSecretRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling features such as deep cloning and message handling."],["It is a part of the `Google.Cloud.SecretManager.V1Beta1` namespace, and it's included within the `Google.Cloud.SecretManager.V1Beta1.dll` assembly."],["The class contains two constructors: a default one `GetSecretRequest()`, and another one allowing to construct from an existing object `GetSecretRequest(GetSecretRequest other)`."],["It provides two properties to set and get the secret name, one is a `string` named `Name`, and the other one is `SecretName` typed, which is a view over the string."]]],[]]