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 requesting a secret from the Secret Manager service."],["The `GetSecretRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The latest version available for the class is 2.5.0, but multiple older versions, down to 1.3.0, are also documented on the page, which is available to view via the link provided."],["The class includes two constructors: a default constructor `GetSecretRequest()` and a copy constructor `GetSecretRequest(GetSecretRequest other)`."],["Key properties of this class are `Name` (a string representing the resource name of the secret) and `SecretName` (a `SecretName`-typed view of the resource name)."]]],[]]