Information about the workers and work items within a stage.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — If present, this response does not contain all requested tasks. To obtain the next page of results, repeat the request with page_token set to this value.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — If present, this response does not contain all requested tasks. To obtain the next page of results, repeat the request with page_token set to this value.
Returns
- (::String) — If present, this response does not contain all requested tasks. To obtain the next page of results, repeat the request with page_token set to this value.
#workers
def workers() -> ::Array<::Google::Cloud::Dataflow::V1beta3::WorkerDetails>
Returns
- (::Array<::Google::Cloud::Dataflow::V1beta3::WorkerDetails>) — Workers that have done work on the stage.
#workers=
def workers=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::WorkerDetails>
Parameter
- value (::Array<::Google::Cloud::Dataflow::V1beta3::WorkerDetails>) — Workers that have done work on the stage.
Returns
- (::Array<::Google::Cloud::Dataflow::V1beta3::WorkerDetails>) — Workers that have done work on the stage.