Class: Google::Cloud::Dataflow::V1beta3::WorkerDetails

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/dataflow/v1beta3/metrics.rb

Overview

Information about a worker

Instance Attribute Summary collapse

Instance Attribute Details

#work_items::Array<::Google::Cloud::Dataflow::V1beta3::WorkItemDetails>

Returns Work items processed by this worker, sorted by time.

Returns:



325
326
327
328
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 325

class WorkerDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#worker_name::String

Returns Name of this worker.

Returns:

  • (::String)

    Name of this worker



325
326
327
328
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 325

class WorkerDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end