Lines Matching full:indexes
75 …/a> . <a href="firestore_v1beta2.projects.databases.collectionGroups.indexes.html">indexes</a></h1>
88 <p class="firstline">Lists composite indexes.</p>
105 { # Cloud Firestore indexes enable simple and complex queries against
109 # For composite indexes, this is always 2 or more fields.
116 # For single field indexes, this will always be exactly one entry with a
122 # For single field indexes, this must match the name of the field or may
129 "queryScope": "A String", # Indexes with a collection query scope specified allow queries
133 # Indexes with a collection group query scope specified allow queries against
140 # The form of this name for composite indexes will be:
141 …# `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{composi…
142 # For single field indexes, this field will be empty.
249 `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`…
276 `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`…
285 { # Cloud Firestore indexes enable simple and complex queries against
289 # For composite indexes, this is always 2 or more fields.
296 # For single field indexes, this will always be exactly one entry with a
302 # For single field indexes, this must match the name of the field or may
309 "queryScope": "A String", # Indexes with a collection query scope specified allow queries
313 # Indexes with a collection group query scope specified allow queries against
320 # The form of this name for composite indexes will be:
321 …# `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{composi…
322 # For single field indexes, this field will be empty.
328 <pre>Lists composite indexes.
349 "indexes": [ # The requested indexes.
350 { # Cloud Firestore indexes enable simple and complex queries against
354 # For composite indexes, this is always 2 or more fields.
361 # For single field indexes, this will always be exactly one entry with a
367 # For single field indexes, this must match the name of the field or may
374 "queryScope": "A String", # Indexes with a collection query scope specified allow queries
378 # Indexes with a collection group query scope specified allow queries against
385 # The form of this name for composite indexes will be:
386 …ts/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{composite_index_…
387 # For single field indexes, this field will be empty.