class Google::Apis::DataflowV1b3::SendWorkerMessagesResponse
The response to the worker messages.
Attributes
worker_message_responses[RW]
The servers response to the worker messages. Corresponds to the JSON property `workerMessageResponses` @return [Array<Google::Apis::DataflowV1b3::WorkerMessageResponse>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 4184 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 4189 def update!(**args) @worker_message_responses = args[:worker_message_responses] if args.key?(:worker_message_responses) end