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.