Cloud Firestore Admin V1 API - Class Google::Cloud::Firestore::Admin::V1::ListIndexesResponse (v0.17.1)

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

#indexes=

def indexes=(value) -> ::Array<::Google::Cloud::Firestore::Admin::V1::Index>
Parameter
Returns

#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.