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

GetDebugConfigRequest

import type { GetDebugConfigRequest } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Request to get updated debug configuration for component.

interface GetDebugConfigRequest {
componentId?: string;
location?: string;
workerId?: string;
}

§Properties

§
componentId?: string
[src]

The internal component id for which debug configuration is requested.

§
location?: string
[src]

The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.

§
workerId?: string
[src]

The worker id, i.e., VM hostname.