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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/firestore/admin/v1/doc/google/firestore/admin/v1/firestore_admin.rb

Overview

The request for FirestoreAdmin::ListIndexes.

Instance Attribute Summary collapse

Instance Attribute Details

#filterString

Returns The filter to apply to list results.

Returns:

  • (String)

    The filter to apply to list results.



46
# File 'lib/google/cloud/firestore/admin/v1/doc/google/firestore/admin/v1/firestore_admin.rb', line 46

class ListIndexesRequest; end

#page_sizeInteger

Returns The number of results to return.

Returns:

  • (Integer)

    The number of results to return.



46
# File 'lib/google/cloud/firestore/admin/v1/doc/google/firestore/admin/v1/firestore_admin.rb', line 46

class ListIndexesRequest; end

#page_tokenString

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.



46
# File 'lib/google/cloud/firestore/admin/v1/doc/google/firestore/admin/v1/firestore_admin.rb', line 46

class ListIndexesRequest; end

#parentString

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}



46
# File 'lib/google/cloud/firestore/admin/v1/doc/google/firestore/admin/v1/firestore_admin.rb', line 46

class ListIndexesRequest; end