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,["# Parameter Manager v1 API - Class GetParameterVersionRequest (1.0.0-beta03)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta03 (latest)](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.GetParameterVersionRequest)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/1.0.0-beta02/Google.Cloud.ParameterManager.V1.GetParameterVersionRequest) \n\n public sealed class GetParameterVersionRequest : IMessage\u003cGetParameterVersionRequest\u003e, IEquatable\u003cGetParameterVersionRequest\u003e, IDeepCloneable\u003cGetParameterVersionRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Parameter Manager v1 API class GetParameterVersionRequest.\n\nMessage for getting a ParameterVersion \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetParameterVersionRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetParameterVersionRequest](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.GetParameterVersionRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetParameterVersionRequest](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.GetParameterVersionRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetParameterVersionRequest](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.GetParameterVersionRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.ParameterManager.V1](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ParameterManager.V1.dll\n\nConstructors\n------------\n\n### GetParameterVersionRequest()\n\n public GetParameterVersionRequest()\n\n### GetParameterVersionRequest(GetParameterVersionRequest)\n\n public GetParameterVersionRequest(GetParameterVersionRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Name of the resource in the format\n`projects/*/locations/*/parameters/*/versions/*`.\n\n### ParameterVersionName\n\n public ParameterVersionName ParameterVersionName { get; set; }\n\n[ParameterVersionName](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.ParameterVersionName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.GetParameterVersionRequest#Google_Cloud_ParameterManager_V1_GetParameterVersionRequest_Name) resource name property.\n\n### View\n\n public View View { get; set; }\n\nOptional. View of the ParameterVersion.\nIn the default FULL view, all metadata \\& payload associated with the\nParameterVersion will be returned."]]