Class: Google::Firestore::Admin::V1::ListIndexesResponse
- Inherits:
-
Object
- Object
- Google::Firestore::Admin::V1::ListIndexesResponse
- Defined in:
- lib/google/cloud/firestore/admin/v1/doc/google/firestore/admin/v1/firestore_admin.rb
Overview
The response for FirestoreAdmin::ListIndexes.
Instance Attribute Summary collapse
-
#indexes ⇒ Array<Google::Firestore::Admin::V1::Index>
The requested indexes.
-
#next_page_token ⇒ String
A page token that may be used to request another page of results.
Instance Attribute Details
#indexes ⇒ Array<Google::Firestore::Admin::V1::Index>
Returns The requested indexes.
56 |
# File 'lib/google/cloud/firestore/admin/v1/doc/google/firestore/admin/v1/firestore_admin.rb', line 56 class ListIndexesResponse; end |
#next_page_token ⇒ String
Returns A page token that may be used to request another page of results. If blank, this is the last page.
56 |
# File 'lib/google/cloud/firestore/admin/v1/doc/google/firestore/admin/v1/firestore_admin.rb', line 56 class ListIndexesResponse; end |