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

ListJobsResponse

import type { ListJobsResponse } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Response to a request to list Cloud Dataflow jobs in a project. This might be a partial response, depending on the page size in the ListJobsRequest. However, if the project does not have any jobs, an instance of ListJobsResponse is not returned and the requests's response body is empty {}.

interface ListJobsResponse {
failedLocation?: FailedLocation[];
jobs?: Job[];
nextPageToken?: string;
}

§Properties

§
failedLocation?: FailedLocation[]
[src]

Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.

§
jobs?: Job[]
[src]

A subset of the requested job information.

§
nextPageToken?: string
[src]

Set if there may be more results than fit in this response.