Class: Google::Cloud::Datastore::Admin::V1::ListIndexesResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The indexes.

Returns:



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.

Returns:

  • (::String)

    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