Request message for GoogleAdsService.Search
.
Fields | |
---|---|
|
Required. The ID of the customer being queried. |
|
Required. The query string. |
|
Token of the page to retrieve. If not specified, the first page of results will be returned. Use the value obtained from |
|
Number of elements to retrieve in a single page. When too large a page is requested, the server may decide to further limit the number of returned resources. This value is set at 10,000. Do not attempt to set this value. For v17 and later, attempting to set this value will result in an INVALID_PAGE_SIZE error. For v16, attempting to set this value will result in a PAGE_SIZE_NOT_SUPPORTED error. |
|
If true, the request is validated but not executed. |
|
If true, the total number of results that match the query ignoring the LIMIT clause will be included in the response. Default is false. |
|
Determines whether a summary row will be returned. By default, summary row is not returned. If requested, the summary row will be sent in a response by itself after all other query results are returned. |