Class: Google::Cloud::AlloyDB::V1alpha::ListClustersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::ListClustersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/service.rb
Overview
Message for response to listing Clusters
Instance Attribute Summary collapse
-
#clusters ⇒ ::Array<::Google::Cloud::AlloyDB::V1alpha::Cluster>
The list of Cluster.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#clusters ⇒ ::Array<::Google::Cloud::AlloyDB::V1alpha::Cluster>
Returns The list of Cluster.
59 60 61 62 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 59 class ListClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
59 60 61 62 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 59 class ListClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
59 60 61 62 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 59 class ListClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |