ListBatchJobResultsResponse

  • The response message for BatchJobService.ListBatchJobResults contains a list of results and a pagination token.

  • results[] provides the list of rows that matched the query.

  • next_page_token is used to retrieve the next page of results and is not present on the last page.

Response message for BatchJobService.ListBatchJobResults.

Fields

results[]

BatchJobResult

The list of rows that matched the query.

next_page_token

string

Pagination token used to retrieve the next page of results. Pass the content of this string as the page_token attribute of the next request. next_page_token is not returned for the last page.