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 document provides reference documentation for the `GetSecretRequest` class within the Google Cloud Secret Manager v1 API, specifically for version 2.1.0."],["`GetSecretRequest` is a message class used to request a secret from the Secret Manager Service, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `Object` class and has properties such as `Name` (a string representing the resource name) and `SecretName` (a typed view of the resource name)."],["The latest version available is 2.5.0, with the documentation providing links to previous versions, including from version 1.3.0 and onwards."],["There are two constructors available for creating a `GetSecretRequest` instance: a default constructor and a constructor that takes another `GetSecretRequest` instance as a parameter."]]],[]]