public sealed class SystemParameter : Protobuf.IMessage<SystemParameter>, Protobuf.IBufferMessage
Define a parameter's name and location. The parameter may be passed as either
an HTTP header or a URL query parameter, and if both are passed the behavior
is implementation-dependent.
[[["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."],[[["`SystemParameter` is a class that defines a parameter's name and location, which can be passed as an HTTP header or a URL query parameter."],["The class `SystemParameter` inherits from `Object` and implements `Protobuf.IBufferMessage`."],["This class provides constructors, fields, properties like `Name`, `HttpHeader`, and `UrlQueryParameter`, as well as methods for manipulating the parameter, including `Clone`, `Equals`, and `MergeFrom`."],["The `SystemParameter` class's properties are of string type and define values of the parameter that are case-sensitive, except `HttpHeader` which is case-insensitive."],["The class `SystemParameter` is within the namespace `Google.Api` and the assembly `Google.Api.CommonProtos.dll`."]]],[]]