Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::ListJobsResponse.
Response to a request to list Cloud Dataflow jobs in a project. This might be a partial response, depending on the page size in the ListJobsRequest. However, if the project does not have any jobs, an instance of ListJobsResponse is not returned and the requests's response body is empty {}.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#failed_location
def failed_location() -> ::Array<::Google::Cloud::Dataflow::V1beta3::FailedLocation>
Returns
- (::Array<::Google::Cloud::Dataflow::V1beta3::FailedLocation>) — Zero or more messages describing the regional endpoints that failed to respond.
#failed_location=
def failed_location=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::FailedLocation>
Parameter
- value (::Array<::Google::Cloud::Dataflow::V1beta3::FailedLocation>) — Zero or more messages describing the regional endpoints that failed to respond.
Returns
- (::Array<::Google::Cloud::Dataflow::V1beta3::FailedLocation>) — Zero or more messages describing the regional endpoints that failed to respond.
#jobs
def jobs() -> ::Array<::Google::Cloud::Dataflow::V1beta3::Job>
Returns
- (::Array<::Google::Cloud::Dataflow::V1beta3::Job>) — A subset of the requested job information.
#jobs=
def jobs=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::Job>
Parameter
- value (::Array<::Google::Cloud::Dataflow::V1beta3::Job>) — A subset of the requested job information.
Returns
- (::Array<::Google::Cloud::Dataflow::V1beta3::Job>) — A subset of the requested job information.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Set if there may be more results than fit in this response.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Set if there may be more results than fit in this response.
Returns
- (::String) — Set if there may be more results than fit in this response.