Reference documentation and code samples for the Google Shopping Merchant Reports V1beta Client class SearchRequest.
Request message for the ReportService.Search
method.
Generated from protobuf message google.shopping.merchant.reports.v1beta.SearchRequest
Namespace
Google \ Shopping \ Merchant \ Reports \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Id of the account making the call. Must be a standalone account or an MCA subaccount. Format: accounts/{account}
↳ query
string
Required. Query that defines a report to be retrieved. For details on how to construct your query, see the Query Language guide. For the full list of available tables and fields, see the Available fields.
↳ page_size
int
Optional. Number of ReportRows
to retrieve in a single page. Defaults to 1000. Values above 5000 are coerced to 5000.
↳ page_token
string
Optional. Token of the page to retrieve. If not specified, the first page of results is returned. In order to request the next page of results, the value obtained from next_page_token
in the previous response should be used.
getParent
Required. Id of the account making the call. Must be a standalone account or an MCA subaccount. Format: accounts/{account}
string
setParent
Required. Id of the account making the call. Must be a standalone account or an MCA subaccount. Format: accounts/{account}
var
string
$this
getQuery
Required. Query that defines a report to be retrieved.
For details on how to construct your query, see the Query Language guide. For the full list of available tables and fields, see the Available fields.
string
setQuery
Required. Query that defines a report to be retrieved.
For details on how to construct your query, see the Query Language guide. For the full list of available tables and fields, see the Available fields.
var
string
$this
getPageSize
Optional. Number of ReportRows
to retrieve in a single page. Defaults to
- Values above 5000 are coerced to 5000.
int
setPageSize
Optional. Number of ReportRows
to retrieve in a single page. Defaults to
- Values above 5000 are coerced to 5000.
var
int
$this
getPageToken
Optional. Token of the page to retrieve. If not specified, the first page
of results is returned. In order to request the next page of results, the
value obtained from next_page_token
in the previous response should be
used.
string
setPageToken
Optional. Token of the page to retrieve. If not specified, the first page
of results is returned. In order to request the next page of results, the
value obtained from next_page_token
in the previous response should be
used.
var
string
$this
static::build
parent
string
Required. Id of the account making the call. Must be a standalone account or an MCA subaccount. Format: accounts/{account}