google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.ReportWorkItemStatusRequest View Source

Request to report the status of WorkItems.

Attributes

  • currentWorkerTime (String): The current timestamp at the worker. Defaults to: null.
  • location (String): The location which contains the WorkItem's job. Defaults to: null.
  • workItemStatuses (List[WorkItemStatus]): The order is unimportant, except that the order of the WorkItemServiceState messages in the ReportWorkItemStatusResponse corresponds to the order of WorkItemStatus messages here. Defaults to: null.
  • workerId (String): The ID of the worker reporting the WorkItem status. If this does not match the ID of the worker which the Dataflow service believes currently has the lease on the WorkItem, the report will be dropped (with an error response). Defaults to: null.