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
Number of ReportRows
to retrieve in a single page. Defaults to the maximum of 1000. Values above 1000 are coerced to 1000.
↳ page_token
string
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
Number of ReportRows
to retrieve in a single page. Defaults to the
maximum of 1000. Values above 1000 are coerced to 1000.
int
setPageSize
Number of ReportRows
to retrieve in a single page. Defaults to the
maximum of 1000. Values above 1000 are coerced to 1000.
var
int
$this
getPageToken
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
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}