Class: Google::Spanner::Admin::Instance::V1::ListInstancesResponse
- Inherits:
-
Object
- Object
- Google::Spanner::Admin::Instance::V1::ListInstancesResponse
- Defined in:
- lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb
Overview
The response for ListInstances.
Instance Attribute Summary collapse
-
#instances ⇒ Array<Google::Spanner::Admin::Instance::V1::Instance>
The list of requested instances.
-
#next_page_token ⇒ String
+next_page_token+ can be sent in a subsequent ListInstances call to fetch more of the matching instances.
Instance Attribute Details
#instances ⇒ Array<Google::Spanner::Admin::Instance::V1::Instance>
Returns The list of requested instances.
219 |
# File 'lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 219 class ListInstancesResponse; end |
#next_page_token ⇒ String
Returns +next_page_token+ can be sent in a subsequent ListInstances call to fetch more of the matching instances.
219 |
# File 'lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 219 class ListInstancesResponse; end |