SearchRequest

SearchRequest

Request message for the ReportService.Search method.

Fields
parent

string

Required. Id of the account making the call. Must be a standalone account or a subaccount of an advanced account. 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

int32

Optional. Number of ReportRows to retrieve in a single page. Defaults to 1000. Values above 100,000 are coerced to 100,000.

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.