Class: Google::Cloud::Memorystore::V1::ListInstancesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Memorystore::V1::ListInstancesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memorystore/v1/memorystore.rb
Overview
Response message for [ListInstances][].
Instance Attribute Summary collapse
-
#instances ⇒ ::Array<::Google::Cloud::Memorystore::V1::Instance>
If the {location} requested was "-" the response contains a list of instances from all locations.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#instances ⇒ ::Array<::Google::Cloud::Memorystore::V1::Instance>
Returns If the {location} requested was "-" the response contains a list of instances from all locations. Instances in unreachable locations will be omitted.
975 976 977 978 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 975 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
975 976 977 978 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 975 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
975 976 977 978 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 975 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |