public sealed class GetParameterVersionRequest : IMessage<GetParameterVersionRequest>, IEquatable<GetParameterVersionRequest>, IDeepCloneable<GetParameterVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Parameter Manager v1 API class GetParameterVersionRequest.
[[["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."],[[["`GetParameterVersionRequest` is a sealed class used to request a specific version of a parameter within the Parameter Manager v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionality such as message handling, equality comparisons, and deep cloning."],["The `Name` property is required and specifies the resource name of the parameter version to retrieve, using the format `projects/*/locations/*/parameters/*/versions/*`."],["It includes a `ParameterVersionName` property that provides a typed view over the resource name, enhancing type safety."],["The `View` property allows for specifying the level of detail to be returned in the response, with `FULL` view providing all metadata and the payload."]]],[]]