Reference documentation and code samples for the Firestore in Datastore mode Admin V1 API class Google::Cloud::Datastore::Admin::V1::ListIndexesResponse.
The response for google.datastore.admin.v1.DatastoreAdmin.ListIndexes.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#indexes
def indexes() -> ::Array<::Google::Cloud::Datastore::Admin::V1::Index>
Returns
- (::Array<::Google::Cloud::Datastore::Admin::V1::Index>) — The indexes.
#indexes=
def indexes=(value) -> ::Array<::Google::Cloud::Datastore::Admin::V1::Index>
Parameter
- value (::Array<::Google::Cloud::Datastore::Admin::V1::Index>) — The indexes.
Returns
- (::Array<::Google::Cloud::Datastore::Admin::V1::Index>) — The indexes.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The standard List next-page token.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The standard List next-page token.
Returns
- (::String) — The standard List next-page token.