Class: Google::Cloud::Firestore::Admin::V1::ListIndexesRequest

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 request for FirestoreAdmin.ListIndexes.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns The filter to apply to list results.

Returns:

  • (::String)

    The filter to apply to list results.



246
247
248
249
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 246

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

#page_size::Integer

Returns The number of results to return.

Returns:

  • (::Integer)

    The number of results to return.



246
247
248
249
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 246

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

#page_token::String

Returns A page token, returned from a previous call to FirestoreAdmin.ListIndexes, that may be used to get the next page of results.

Returns:

  • (::String)

    A page token, returned from a previous call to FirestoreAdmin.ListIndexes, that may be used to get the next page of results.



246
247
248
249
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 246

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

#parent::String

Returns Required. A parent name of the form projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}.

Returns:

  • (::String)

    Required. A parent name of the form projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}



246
247
248
249
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 246

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