public sealed class GetParameterRequest : IMessage<GetParameterRequest>, IEquatable<GetParameterRequest>, IDeepCloneable<GetParameterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Parameter Manager v1 API class GetParameterRequest.
[[["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\u003eGetParameterRequest\u003c/code\u003e is a sealed class within the Google Cloud Parameter Manager v1 API, designed for requesting a specific parameter.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<GetParameterRequest>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<GetParameterRequest>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its capabilities in handling messages, comparing objects, deep cloning, and buffering.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGetParameterRequest\u003c/code\u003e has two constructors: a default constructor and a copy constructor that accepts another \u003ccode\u003eGetParameterRequest\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a \u003ccode\u003eName\u003c/code\u003e property of type string, which is required and represents the resource's name in the format \u003ccode\u003eprojects/*/locations/*/parameters/*\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class also contains a \u003ccode\u003eParameterName\u003c/code\u003e property, providing a typed view over the \u003ccode\u003eName\u003c/code\u003e property, ensuring type safety and ease of use when referencing parameter names.\u003c/p\u003e\n"]]],[],null,["# Parameter Manager v1 API - Class GetParameterRequest (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.GetParameterRequest)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/1.0.0-beta02/Google.Cloud.ParameterManager.V1.GetParameterRequest) \n\n public sealed class GetParameterRequest : IMessage\u003cGetParameterRequest\u003e, IEquatable\u003cGetParameterRequest\u003e, IDeepCloneable\u003cGetParameterRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Parameter Manager v1 API class GetParameterRequest.\n\nMessage for getting a Parameter \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetParameterRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetParameterRequest](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.GetParameterRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetParameterRequest](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.GetParameterRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetParameterRequest](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.GetParameterRequest), [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### GetParameterRequest()\n\n public GetParameterRequest()\n\n### GetParameterRequest(GetParameterRequest)\n\n public GetParameterRequest(GetParameterRequest 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/*`.\n\n### ParameterName\n\n public ParameterName ParameterName { get; set; }\n\n[ParameterName](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.ParameterName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.GetParameterRequest#Google_Cloud_ParameterManager_V1_GetParameterRequest_Name) resource name property."]]