Class: Google::Cloud::Firestore::Admin::V1::ListIndexesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/firestore/admin/v1/firestore_admin.rb

Overview

The response for FirestoreAdmin.ListIndexes.

Instance Attribute Summary collapse

Instance Attribute Details

#indexes::Array<::Google::Cloud::Firestore::Admin::V1::Index>

Returns The requested indexes.

Returns:



260
261
262
263
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 260

class ListIndexesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
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.

Returns:

  • (::String)

    A page token that may be used to request another page of results. If blank, this is the last page.



260
261
262
263
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 260

class ListIndexesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end