public sealed class GetSecretRequest : IMessage<GetSecretRequest>, IEquatable<GetSecretRequest>, IDeepCloneable<GetSecretRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Secret Manager v1 API class GetSecretRequest.
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 provides reference documentation for the `GetSecretRequest` class within the Google Cloud Secret Manager v1 API, specifically for version 2.3.0."],["The `GetSecretRequest` class is used to construct request messages for the `SecretManagerService.GetSecret` method, enabling the retrieval of secret information."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two constructors: a default one and another that accepts a `GetSecretRequest` object as a parameter to create a copy, and includes properties such as `Name` (string) and `SecretName` (SecretName) to manage the request's target secret resource."],["The page also lists links to older versions of the `GetSecretRequest` class documentation, ranging from version 1.3.0 up to the most recent 2.5.0."]]],[]]