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

SearchSparkApplicationExecutorStageSummaryResponse

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

List of Executors associated with a Spark Application Stage.

interface SearchSparkApplicationExecutorStageSummaryResponse {
nextPageToken?: string;
sparkApplicationStageExecutors?: ExecutorStageSummary[];
}

§Properties

§
nextPageToken?: string
[src]

This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent SearchSparkApplicationExecutorsListRequest.

§
sparkApplicationStageExecutors?: ExecutorStageSummary[]
[src]

Details about executors used by the application stage.