AI-generated Key Takeaways
- 
          
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 | |
|---|---|
 | 
                
                   
 Required. The ID of the customer being queried.  | 
              
 | 
                
                   
 Required. The query string.  | 
              
 | 
                
                  
                   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.  |