SearchGoogleAdsRequest

Request message for GoogleAdsService.Search.

Fields

customer_id

string

Required. The ID of the customer being queried.

query

string

Required. The query string.

page_token

string

Token of the page to retrieve. If not specified, the first page of results will be returned. Use the value obtained from next_page_token in the previous response in order to request the next page of results.

page_size

int32

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.

validate_only

bool

If true, the request is validated but not executed.

search_settings

SearchSettings

Settings that allow users to specify request count, summary row, and results behavior.