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

ReportWorkItemStatusResponse

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

Response from a request to report the status of WorkItems.

interface ReportWorkItemStatusResponse {
unifiedWorkerResponse?: {
[key: string]: any;
}
;
workItemServiceStates?: WorkItemServiceState[];
}

§Properties

§
unifiedWorkerResponse?: {
[key: string]: any;
}
[src]

Untranslated bag-of-bytes WorkProgressUpdateResponse for UnifiedWorker.

§
workItemServiceStates?: WorkItemServiceState[]
[src]

A set of messages indicating the service-side state for each WorkItem whose status was reported, in the same order as the WorkItemStatus messages in the ReportWorkItemStatusRequest which resulting in this response.