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

SendWorkerMessagesRequest

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

A request for sending worker messages to the service.

interface SendWorkerMessagesRequest {
location?: string;
workerMessages?: WorkerMessage[];
}

§Properties

§
location?: string
[src]

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

§
workerMessages?: WorkerMessage[]
[src]

The WorkerMessages to send.