Class: Google::Cloud::Dataproc::V1beta2::ListClustersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::ListClustersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/clusters.rb
Overview
The list of all clusters in a project.
Instance Attribute Summary collapse
-
#clusters ⇒ ::Array<::Google::Cloud::Dataproc::V1beta2::Cluster>
readonly
Output only.
-
#next_page_token ⇒ ::String
readonly
Output only.
Instance Attribute Details
#clusters ⇒ ::Array<::Google::Cloud::Dataproc::V1beta2::Cluster> (readonly)
Returns Output only. The clusters in the project.
1011 1012 1013 1014 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 1011 class ListClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String (readonly)
Returns Output only. 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 ListClustersRequest
.
1011 1012 1013 1014 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 1011 class ListClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |