public sealed class GetSecretRequest : IMessage<GetSecretRequest>, IEquatable<GetSecretRequest>, IDeepCloneable<GetSecretRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Secret Manager v1beta1 API class GetSecretRequest.
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."],[[["The `GetSecretRequest` class is used to request a specific secret from the Secret Manager v1beta1 API."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message support."],["The class has two constructors, a default constructor and one that takes another `GetSecretRequest` object as a parameter."],["The `Name` property, which is a required field, specifies the resource name of the secret being requested, and it can be accessed through the string property or the `SecretName` type property."],["The `GetSecretRequest` class is found within the `Google.Cloud.SecretManager.V1Beta1` namespace and is part of the `Google.Cloud.SecretManager.V1Beta1.dll` assembly, which has the newest version being 3.0.0-beta05."]]],[]]