Class: Google::Cloud::Memcache::V1beta2::ListInstancesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Memcache::V1beta2::ListInstancesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb
Overview
Response for ListInstances.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#resources ⇒ ::Array<::Google::Cloud::Memcache::V1beta2::Instance>
A list of Memcached instances in the project in the specified location, or across all locations.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
319 320 321 322 |
# File 'proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb', line 319 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resources ⇒ ::Array<::Google::Cloud::Memcache::V1beta2::Instance>
Returns A list of Memcached instances 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.
319 320 321 322 |
# File 'proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb', line 319 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
319 320 321 322 |
# File 'proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb', line 319 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |