public sealed class GetSecretVersionRequest : IMessage<GetSecretVersionRequest>, IEquatable<GetSecretVersionRequest>, IDeepCloneable<GetSecretVersionRequest>, IBufferMessage, IMessage
Request message for [SecretManagerService.GetSecretVersion][google.cloud.secretmanager.v1.SecretManagerService.GetSecretVersion].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The webpage documents the `GetSecretVersionRequest` class, which is a request message for retrieving a specific secret version in the Secret Manager service."],["This class, `GetSecretVersionRequest`, implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling and object manipulation."],["The class includes properties such as `Name` (a string representing the resource name) and `SecretVersionName` (a typed view of the resource name) to specify which secret version is being requested."],["The provided versions include a range of versions, from 1.3.0 to the latest 2.5.0."],["The webpage contains information about the constructors of `GetSecretVersionRequest` allowing for default or copy based initialization."]]],[]]