Class Google::Cloud::Dataflow::V1beta3::ListJobsResponse (v0.1.4)

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

#failed_location=

def failed_location=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::FailedLocation>
Parameter
Returns

#jobs

def jobs() -> ::Array<::Google::Cloud::Dataflow::V1beta3::Job>
Returns

#jobs=

def jobs=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::Job>
Parameter
Returns

#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.