SearchGoogleAdsStreamRequest

  • SearchStreamRequest is a request message for GoogleAdsService.SearchStream.

  • The request requires a customer_id (string) and a query (string).

  • An optional summary_row_setting determines if a summary row is returned after all other query results.

Request message for GoogleAdsService.SearchStream.

Fields

customer_id

string

Required. The ID of the customer being queried.

query

string

Required. The query string.

summary_row_setting

SummaryRowSetting

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.