Class: Google::Cloud::Dataproc::V1beta2::ListJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::ListJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/jobs.rb
Overview
A list of jobs in a project.
Instance Attribute Summary collapse
-
#jobs ⇒ ::Array<::Google::Cloud::Dataproc::V1beta2::Job>
readonly
Output only.
-
#next_page_token ⇒ ::String
Optional.
Instance Attribute Details
#jobs ⇒ ::Array<::Google::Cloud::Dataproc::V1beta2::Job> (readonly)
Returns Output only. Jobs list.
947 948 949 950 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/jobs.rb', line 947 class ListJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Optional. This token is included in the response if there are more results
to fetch. To fetch additional results, provide this value as the
page_token
in a subsequent ListJobsRequest
.
947 948 949 950 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/jobs.rb', line 947 class ListJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |