Class: Google::Cloud::Dataflow::V1beta3::WorkerDetails
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::WorkerDetails
- 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
-
#work_items ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::WorkItemDetails>
Work items processed by this worker, sorted by time.
-
#worker_name ⇒ ::String
Name of this worker.
Instance Attribute Details
#work_items ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::WorkItemDetails>
Returns Work items processed by this worker, sorted by time.
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.
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 |