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

ProjectsLocationsBatchesSparkApplicationsSearchOptions

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

Additional options for Dataproc#projectsLocationsBatchesSparkApplicationsSearch.

interface ProjectsLocationsBatchesSparkApplicationsSearchOptions {
applicationStatus?: "APPLICATION_STATUS_UNSPECIFIED" | "APPLICATION_STATUS_RUNNING" | "APPLICATION_STATUS_COMPLETED";
maxEndTime?: Date;
maxTime?: Date;
minEndTime?: Date;
minTime?: Date;
pageSize?: number;
pageToken?: string;
}

§Properties

§
applicationStatus?: "APPLICATION_STATUS_UNSPECIFIED" | "APPLICATION_STATUS_RUNNING" | "APPLICATION_STATUS_COMPLETED"
[src]

Optional. Search only applications in the chosen state.

§
maxEndTime?: Date
[src]

Optional. Latest end timestamp to list.

§
maxTime?: Date
[src]

Optional. Latest start timestamp to list.

§
minEndTime?: Date
[src]

Optional. Earliest end timestamp to list.

§
minTime?: Date
[src]

Optional. Earliest start timestamp to list.

§
pageSize?: number
[src]

Optional. Maximum number of applications to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100.

§
pageToken?: string
[src]

Optional. A page token received from a previous SearchSparkApplications call. Provide this token to retrieve the subsequent page.