Reference documentation and code samples for the Google API Common Protos Client class SystemParameter.
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.
Generated from protobuf message google.api.SystemParameter
Namespace
Google \ ApiMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Define the name of the parameter, such as "api_key" . It is case sensitive.
↳ http_header
string
Define the HTTP header name to use for the parameter. It is case insensitive.
↳ url_query_parameter
string
Define the URL query parameter name to use for the parameter. It is case sensitive.
getName
Define the name of the parameter, such as "api_key" . It is case sensitive.
string
setName
Define the name of the parameter, such as "api_key" . It is case sensitive.
var
string
$this
getHttpHeader
Define the HTTP header name to use for the parameter. It is case insensitive.
string
setHttpHeader
Define the HTTP header name to use for the parameter. It is case insensitive.
var
string
$this
getUrlQueryParameter
Define the URL query parameter name to use for the parameter. It is case sensitive.
string
setUrlQueryParameter
Define the URL query parameter name to use for the parameter. It is case sensitive.
var
string
$this