AI-generated Key Takeaways
- 
          GoogleAdsService.SearchStream response messages contain a list of rows that matched the query. 
- 
          The response includes a field mask indicating the fields requested by the user. 
- 
          A summary row provides an aggregation of metrics from the results. 
- 
          Each response has a unique request ID for debugging. 
- 
          The response indicates the amount of resources consumed to serve the query. 
Response message for GoogleAdsService.SearchStream.
| Fields | |
|---|---|
| 
 | The list of rows that matched the query. | 
| 
 | FieldMask that represents what fields were requested by the user. | 
| 
 | Summary row that contains summary of metrics in results. Summary of metrics means aggregation of metrics across all results, here aggregation could be sum, average, rate, etc. | 
| 
 | 
 The unique id of the request that is used for debugging purposes. | 
| 
 | 
 The amount of resources consumed to serve the query. query_resource_consumption for the Summary row and non-Summary responses are returned separately in their respective rows. query_resource_consumption for non-Summary responses is returned in the final batch of results. |