Class: Google::Cloud::Redis::Cluster::V1beta1::ListClustersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::Cluster::V1beta1::ListClustersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb
Overview
Response for [ListClusters][CloudRedis.ListClusters].
Instance Attribute Summary collapse
-
#clusters ⇒ ::Array<::Google::Cloud::Redis::Cluster::V1beta1::Cluster>
A list of Redis clusters in the project in the specified location, or across all locations.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#clusters ⇒ ::Array<::Google::Cloud::Redis::Cluster::V1beta1::Cluster>
Returns A list of Redis clusters in the project in the specified location, or across all locations.
If the location_id
in the parent field of the request is "-", all regions
available to the project are queried, and the results aggregated.
If in such an aggregated query a location is unavailable, a placeholder
Redis entry is included in the response with the name
field set to a
value of the form
projects/{project_id}/locations/{location_id}/clusters/
- and the
status
field set to ERROR and status_message
field set to "location not
available for ListClusters".
97 98 99 100 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 97 class ListClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
97 98 99 100 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 97 class ListClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
97 98 99 100 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 97 class ListClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |