class Google::Apis::DataflowV1b3::ReportWorkItemStatusResponse
Response from a request to report the status of WorkItems.
Attributes
unified_worker_response[RW]
Untranslated bag-of-bytes WorkProgressUpdateResponse for UnifiedWorker. Corresponds to the JSON property `unifiedWorkerResponse` @return [Hash<String,Object>]
work_item_service_states[RW]
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. Corresponds to the JSON property `workItemServiceStates` @return [Array<Google::Apis::DataflowV1b3::WorkItemServiceState>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 3756 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dataflow_v1b3/classes.rb, line 3761 def update!(**args) @unified_worker_response = args[:unified_worker_response] if args.key?(:unified_worker_response) @work_item_service_states = args[:work_item_service_states] if args.key?(:work_item_service_states) end