googleapis.com – firestore
Accesses the NoSQL document database built for automatic scaling, high performance, and ease of application development.
- Homepage
- https://api.apis.guru/v2/specs/googleapis.com:firestore/v1.json
- Provider
- googleapis.com:firestore / firestore
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/googleapis.com/firestore/v1/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/googleapis.com/firestore/v1/openapi.yaml
Tools (28)
Extracted live via the executor SDK.
-
projects.firestoreProjectsDatabasesCollectionGroupsFieldsListLists the field configuration and metadata for this database. Currently, FirestoreAdmin.ListFields only supports listing fields that have been explicitly overridden. To issue this query, call FirestoreAdmin.ListFields with the filter set to
indexConfig.usesAncestorConfig:false. -
projects.firestoreProjectsDatabasesCollectionGroupsIndexesCreateCreates a composite index. This returns a google.longrunning.Operation which may be used to track the status of the creation. The metadata for the operation will be the type IndexOperationMetadata.
-
projects.firestoreProjectsDatabasesCollectionGroupsIndexesListLists composite indexes.
-
projects.firestoreProjectsDatabasesCreateCreate a database.
-
projects.firestoreProjectsDatabasesDocumentsBatchGetGets multiple documents. Documents returned by this method are not guaranteed to be returned in the same order that they were requested.
-
projects.firestoreProjectsDatabasesDocumentsBatchWriteApplies a batch of write operations. The BatchWrite method does not apply the write operations atomically and can apply them out of order. Method does not allow more than one write per document. Each write succeeds or fails independently. See the BatchWriteResponse for the success status of each write. If you require an atomically applied set of writes, use Commit instead.
-
projects.firestoreProjectsDatabasesDocumentsBeginTransactionStarts a new transaction.
-
projects.firestoreProjectsDatabasesDocumentsCommitCommits a transaction, while optionally updating documents.
-
projects.firestoreProjectsDatabasesDocumentsCreateDocumentCreates a new document.
-
projects.firestoreProjectsDatabasesDocumentsListCollectionIdsLists all the collection IDs underneath a document.
-
projects.firestoreProjectsDatabasesDocumentsListDocumentsLists documents.
-
projects.firestoreProjectsDatabasesDocumentsListenListens to changes. This method is only available via gRPC or WebChannel (not REST).
-
projects.firestoreProjectsDatabasesDocumentsPartitionQueryPartitions a query by returning partition cursors that can be used to run the query in parallel. The returned partition cursors are split points that can be used by RunQuery as starting/end points for the query results.
-
projects.firestoreProjectsDatabasesDocumentsPatchUpdates or inserts a document.
-
projects.firestoreProjectsDatabasesDocumentsRollbackRolls back a transaction.
-
projects.firestoreProjectsDatabasesDocumentsRunAggregationQueryRuns an aggregation query. Rather than producing Document results like Firestore.RunQuery, this API allows running an aggregation to produce a series of AggregationResult server-side. High-Level Example:
-- Return the number of documents in table given a filter. SELECT COUNT(*) FROM ( SELECT * FROM k where a = true ); -
projects.firestoreProjectsDatabasesDocumentsRunQueryRuns a query.
-
projects.firestoreProjectsDatabasesDocumentsWriteStreams batches of document updates and deletes, in order. This method is only available via gRPC or WebChannel (not REST).
-
projects.firestoreProjectsDatabasesExportDocumentsExports a copy of all or a subset of documents from Google Cloud Firestore to another storage system, such as Google Cloud Storage. Recent updates to documents may not be reflected in the export. The export occurs in the background and its progress can be monitored and managed via the Operation resource that is created. The output of an export may only be used once the associated operation is done. If an export operation is cancelled before completion it may leave partial data behind in Google Cloud Storage. For more details on export behavior and output format, refer to:
-
projects.firestoreProjectsDatabasesImportDocumentsImports documents into Google Cloud Firestore. Existing documents with the same name are overwritten. The import occurs in the background and its progress can be monitored and managed via the Operation resource that is created. If an ImportDocuments operation is cancelled, it is possible that a subset of the data has already been imported to Cloud Firestore.
-
projects.firestoreProjectsDatabasesListList all the databases in the project.
-
projects.firestoreProjectsDatabasesOperationsCancelStarts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns
google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding toCode.CANCELLED. -
projects.firestoreProjectsDatabasesOperationsDeleteDeletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns
google.rpc.Code.UNIMPLEMENTED. -
projects.firestoreProjectsDatabasesOperationsListLists operations that match the specified filter in the request. If the server doesn't support this method, it returns
UNIMPLEMENTED. -
projects.firestoreProjectsLocationsGetGets information about a location.
-
projects.firestoreProjectsLocationsListLists information about the supported locations for this service.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools