Class: Google::Cloud::Parallelstore::V1::ListInstancesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Parallelstore::V1::ListInstancesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/parallelstore/v1/parallelstore.rb
Overview
Response from ListInstances.
Instance Attribute Summary collapse
-
#instances ⇒ ::Array<::Google::Cloud::Parallelstore::V1::Instance>
The list of Parallelstore instances.
-
#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
#instances ⇒ ::Array<::Google::Cloud::Parallelstore::V1::Instance>
Returns The list of Parallelstore instances.
165 166 167 168 |
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 165 class ListInstancesResponse 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.
165 166 167 168 |
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 165 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
165 166 167 168 |
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 165 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |