Class: Google::Cloud::Dataproc::V1::ListClustersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::ListClustersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/clusters.rb
Overview
The list of all clusters in a project.
Instance Attribute Summary collapse
-
#clusters ⇒ ::Array<::Google::Cloud::Dataproc::V1::Cluster>
readonly
Output only.
-
#next_page_token ⇒ ::String
readonly
Output only.
Instance Attribute Details
#clusters ⇒ ::Array<::Google::Cloud::Dataproc::V1::Cluster> (readonly)
1402 1403 1404 1405 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1402 class ListClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String (readonly)
1402 1403 1404 1405 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1402 class ListClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |