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

SendDebugCaptureRequest

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

Request to send encoded debug information. Next ID: 8

interface SendDebugCaptureRequest {
componentId?: string;
data?: string;
dataFormat?:
| "DATA_FORMAT_UNSPECIFIED"
| "RAW"
| "JSON"
| "ZLIB"
| "BROTLI";
location?: string;
workerId?: string;
}

§Properties

§
componentId?: string
[src]

The internal component id for which debug information is sent.

§
data?: string
[src]

The encoded debug information.

§
dataFormat?: "DATA_FORMAT_UNSPECIFIED" | "RAW" | "JSON" | "ZLIB" | "BROTLI"
[src]

Format for the data field above (id=5).

§
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.