Class: Google::Cloud::Datastore::Admin::V1::ListIndexesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::Admin::V1::ListIndexesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/datastore/admin/v1/datastore_admin.rb
Overview
The response for google.datastore.admin.v1.DatastoreAdmin.ListIndexes.
Instance Attribute Summary collapse
-
#indexes ⇒ ::Array<::Google::Cloud::Datastore::Admin::V1::Index>
The indexes.
-
#next_page_token ⇒ ::String
The standard List next-page token.
Instance Attribute Details
#indexes ⇒ ::Array<::Google::Cloud::Datastore::Admin::V1::Index>
Returns The indexes.
354 355 356 357 |
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 354 class ListIndexesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The standard List next-page token.
354 355 356 357 |
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 354 class ListIndexesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |