ListBatchJobResultsRequest

  • This is the request message for theBatchJobService.ListBatchJobResults service.

  • The request requires theresource_name field to identify the batch job.

  • Optional fields includepage_token,page_size, andresponse_content_type to control pagination and the content of the response.

Request message forBatchJobService.ListBatchJobResults.

Proto definition

Fields

page_size

int32

Number of elements to retrieve in a single page. When a page request is too large, the server may decide to further limit the number of returned resources.

page_token

string

Token of the page to retrieve. If not specified, the first page of results will be returned. Use the value obtained fromnext_page_token in the previous response in order to request the next page of results.

resource_name

string

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

response_content_type

ResponseContentType

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

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-12 UTC.