AI-generated Key Takeaways
-
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
andpage_size
control pagination of the results, with a default and maximumpage_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 | |
---|---|
|
Required. The resource name of the batch job whose results are being listed. |
|
Token of the page to retrieve. If not specified, the first page of results will be returned. Use the value obtained from |
|
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. |
|
The response content type setting. Determines whether the mutable resource or just the resource name should be returned. |