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

ProjectsTransferConfigsRunsTransferLogsListOptions

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

Additional options for BigQueryDataTransfer#projectsTransferConfigsRunsTransferLogsList.

interface ProjectsTransferConfigsRunsTransferLogsListOptions {
messageTypes?:
| "MESSAGE_SEVERITY_UNSPECIFIED"
| "INFO"
| "WARNING"
| "ERROR";
pageSize?: number;
pageToken?: string;
}

§Properties

§
messageTypes?: "MESSAGE_SEVERITY_UNSPECIFIED" | "INFO" | "WARNING" | "ERROR"
[src]

Message types to return. If not populated - INFO, WARNING and ERROR messages are returned.

§
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 ListTransferLogsRequest list results. For multiple-page results, ListTransferLogsResponse outputs a next_page token, which can be used as the page_token value to request the next page of list results.