Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListBatchesResponse

import type { ListBatchesResponse } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";

A list of batch workloads.

interface ListBatchesResponse {
readonly batches?: Batch[];
nextPageToken?: string;
readonly unreachable?: string[];
}

§Properties

§
readonly batches?: Batch[]
[src]

Output only. The batches from the specified collection.

§
nextPageToken?: string
[src]

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

§
readonly unreachable?: string[]
[src]

Output only. List of Batches that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.