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

ProjectsTransferConfigsRunsListOptions

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

Additional options for BigQueryDataTransfer#projectsTransferConfigsRunsList.

interface ProjectsTransferConfigsRunsListOptions {
pageSize?: number;
pageToken?: string;
runAttempt?: "RUN_ATTEMPT_UNSPECIFIED" | "LATEST";
states?:
| "TRANSFER_STATE_UNSPECIFIED"
| "PENDING"
| "RUNNING"
| "SUCCEEDED"
| "FAILED"
| "CANCELLED";
}

§Properties

§
pageSize?: number
[src]

Page size. The default page size is the maximum value of 1000 results.

§
pageToken?: string
[src]

Pagination token, which can be used to request a specific page of ListTransferRunsRequest list results. For multiple-page results, ListTransferRunsResponse outputs a next_page token, which can be used as the page_token value to request the next page of list results.

§
runAttempt?: "RUN_ATTEMPT_UNSPECIFIED" | "LATEST"
[src]

Indicates how run attempts are to be pulled.

§
states?: "TRANSFER_STATE_UNSPECIFIED" | "PENDING" | "RUNNING" | "SUCCEEDED" | "FAILED" | "CANCELLED"
[src]

When specified, only transfer runs with requested states are returned.