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"]],[["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-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eGetParameterVersionRequest\u003c/code\u003e is a sealed class used to request a specific version of a parameter within the Parameter Manager v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling functionality such as message handling, equality comparisons, and deep cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property is required and specifies the resource name of the parameter version to retrieve, using the format \u003ccode\u003eprojects/*/locations/*/parameters/*/versions/*\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a \u003ccode\u003eParameterVersionName\u003c/code\u003e property that provides a typed view over the resource name, enhancing type safety.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eView\u003c/code\u003e property allows for specifying the level of detail to be returned in the response, with \u003ccode\u003eFULL\u003c/code\u003e view providing all metadata and the payload.\u003c/p\u003e\n"]]],[],null,[]]