Reference documentation and code samples for the Cloud Firestore Admin V1 API class Google::Cloud::Firestore::Admin::V1::ListIndexesResponse.
The response for FirestoreAdmin.ListIndexes.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#indexes
def indexes() -> ::Array<::Google::Cloud::Firestore::Admin::V1::Index>
Returns
- (::Array<::Google::Cloud::Firestore::Admin::V1::Index>) — The requested indexes.
#indexes=
def indexes=(value) -> ::Array<::Google::Cloud::Firestore::Admin::V1::Index>
Parameter
- value (::Array<::Google::Cloud::Firestore::Admin::V1::Index>) — The requested indexes.
Returns
- (::Array<::Google::Cloud::Firestore::Admin::V1::Index>) — The requested indexes.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A page token that may be used to request another page of results. If blank, this is the last page.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A page token that may be used to request another page of results. If blank, this is the last page.
Returns
- (::String) — A page token that may be used to request another page of results. If blank, this is the last page.