Method: projects.locations.nasJobs.nasTrialDetails.list

List top NasTrialDetails of a NasJob.

Endpoint

get https://{service-endpoint}/v1/{parent}/nasTrialDetails

Where {service-endpoint} is one of the supported service endpoints.

Path parameters

parent string

Required. The name of the NasJob resource. Format: projects/{project}/locations/{location}/nasJobs/{nasJob}

Query parameters

pageSize integer

The standard list page size.

pageToken string

The standard list page token. Typically obtained via ListNasTrialDetailsResponse.next_page_token of the previous JobService.ListNasTrialDetails call.

Request body

The request body must be empty.

Response body

Response message for JobService.ListNasTrialDetails

If successful, the response body contains data with the following structure:

Fields
nasTrialDetails[] object (NasTrialDetail)

List of top NasTrials in the requested page.

nextPageToken string

A token to retrieve the next page of results. Pass to ListNasTrialDetailsRequest.page_token to obtain that page.

JSON representation
{
  "nasTrialDetails": [
    {
      object (NasTrialDetail)
    }
  ],
  "nextPageToken": string
}