Class: Google::Cloud::Dataflow::V1beta3::ListJobsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/dataflow/v1beta3/jobs.rb

Overview

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 {}.

Instance Attribute Summary collapse

Instance Attribute Details

#failed_location::Array<::Google::Cloud::Dataflow::V1beta3::FailedLocation>



902
903
904
905
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 902

class ListJobsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#jobs::Array<::Google::Cloud::Dataflow::V1beta3::Job>



902
903
904
905
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 902

class ListJobsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String



902
903
904
905
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 902

class ListJobsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end