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-04-02 UTC."],[[["`GetParameterRequest` is a sealed class within the Google Cloud Parameter Manager v1 API, designed for requesting a specific parameter."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cGetParameterRequest\u003e`, `IDeepCloneable\u003cGetParameterRequest\u003e`, and `IBufferMessage`, indicating its capabilities in handling messages, comparing objects, deep cloning, and buffering."],["`GetParameterRequest` has two constructors: a default constructor and a copy constructor that accepts another `GetParameterRequest` object."],["It includes a `Name` property of type string, which is required and represents the resource's name in the format `projects/*/locations/*/parameters/*`."],["The class also contains a `ParameterName` property, providing a typed view over the `Name` property, ensuring type safety and ease of use when referencing parameter names."]]],[]]