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"]],[["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."],[[["\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,[]]