Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::WorkerDetails.
Information about a worker
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#work_items
def work_items() -> ::Array<::Google::Cloud::Dataflow::V1beta3::WorkItemDetails>
Returns
- (::Array<::Google::Cloud::Dataflow::V1beta3::WorkItemDetails>) — Work items processed by this worker, sorted by time.
#work_items=
def work_items=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::WorkItemDetails>
Parameter
- value (::Array<::Google::Cloud::Dataflow::V1beta3::WorkItemDetails>) — Work items processed by this worker, sorted by time.
Returns
- (::Array<::Google::Cloud::Dataflow::V1beta3::WorkItemDetails>) — Work items processed by this worker, sorted by time.
#worker_name
def worker_name() -> ::String
Returns
- (::String) — Name of this worker
#worker_name=
def worker_name=(value) -> ::String
Parameter
- value (::String) — Name of this worker
Returns
- (::String) — Name of this worker