Class: Google::Cloud::Datastore::Admin::V1::ListIndexesRequest

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

#filter::String

Returns:

  • (::String)


341
342
343
344
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 341

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

#page_size::Integer

The maximum number of items to return. If zero, then all results will be returned.

Returns:

  • (::Integer)

    The maximum number of items to return. If zero, then all results will be returned.



341
342
343
344
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 341

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

#page_token::String

Returns The next_page_token value returned from a previous List request, if any.

Returns:

  • (::String)

    The next_page_token value returned from a previous List request, if any.



341
342
343
344
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 341

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

#project_id::String

Returns Project ID against which to make the request.

Returns:

  • (::String)

    Project ID against which to make the request.



341
342
343
344
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 341

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