Reference documentation and code samples for the Google Cloud Api Hub V1 Client class QueryParam.
An aggregation of HTTP query parameter occurrences.
Generated from protobuf message google.cloud.apihub.v1.HttpOperationDetails.QueryParam
Namespace
Google \ Cloud \ ApiHub \ V1 \ HttpOperationDetailsMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Name of query param
↳ count
int|string
Optional. The number of occurrences of this query parameter across transactions.
↳ data_type
int
Optional. Data type of path param
getName
Required. Name of query param
string
setName
Required. Name of query param
var
string
$this
getCount
Optional. The number of occurrences of this query parameter across transactions.
int|string
setCount
Optional. The number of occurrences of this query parameter across transactions.
var
int|string
$this
getDataType
Optional. Data type of path param
setDataType
Optional. Data type of path param
$this

