public sealed class GetSecretVersionRequest : IMessage<GetSecretVersionRequest>, IEquatable<GetSecretVersionRequest>, IDeepCloneable<GetSecretVersionRequest>, IBufferMessage, IMessage
Request message for [SecretManagerService.GetSecretVersion][google.cloud.secrets.v1beta1.SecretManagerService.GetSecretVersion].
Required. The resource name of the [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion] in the format
projects/*/secrets/*/versions/*.
projects/*/secrets/*/versions/latest is an alias to the latest
[SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].
[[["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 describes the `GetSecretVersionRequest` class, which is used to request a specific version of a secret from the Secret Manager service."],["The `GetSecretVersionRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to interact within the Google.Protobuf framework."],["There are two constructors available for `GetSecretVersionRequest`, one default and another which accepts another `GetSecretVersionRequest` object as parameter."],["The `Name` property, of string type, is required and represents the resource name of the SecretVersion being requested, following a specific format that includes project and secret details."],["The `SecretVersionName` property is a typed view of the resource name property, providing an alternate way to access the secret version name."]]],[]]