ListBatchJobResultsRequest

  • This is the request message for the BatchJobService.ListBatchJobResults API call.

  • The resource_name field is required and specifies the batch job whose results are being listed.

  • page_token and page_size control pagination of the results, with a default and maximum page_size of 1000.

  • response_content_type determines whether the full resource or just its name is returned in the response.

Request message for BatchJobService.ListBatchJobResults.

Fields

resource_name

string

Required. The resource name of the batch job whose results are being listed.

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. The default and the page_size limit is 1000. A value of 0 or an unset page size will be defaulted to 1000. A page size less than 0 or greater than 1000 will result in an INVALID_PAGE_SIZE error.

response_content_type

ResponseContentType

The response content type setting. Determines whether the mutable resource or just the resource name should be returned.