All functions |
|
---|---|
ArrayValue Object |
|
BatchGetDocumentsRequest Object |
|
BatchGetDocumentsResponse Object |
|
BatchWriteRequest Object |
|
BatchWriteResponse Object |
|
BeginTransactionRequest Object |
|
BeginTransactionResponse Object |
|
CollectionSelector Object |
|
CommitRequest Object |
|
CommitResponse Object |
|
CompositeFilter Object |
|
Cursor Object |
|
Document Object |
|
DocumentChange Object |
|
DocumentDelete Object |
|
DocumentMask Object |
|
DocumentRemove Object |
|
DocumentTransform Object |
|
DocumentsTarget Object |
|
Empty Object |
|
ExistenceFilter Object |
|
FieldFilter Object |
|
FieldReference Object |
|
FieldTransform Object |
|
Filter Object |
|
GoogleFirestoreAdminV1ExportDocumentsMetadata Object |
|
GoogleFirestoreAdminV1ExportDocumentsRequest Object |
|
GoogleFirestoreAdminV1ExportDocumentsResponse Object |
|
GoogleFirestoreAdminV1Field Object |
|
GoogleFirestoreAdminV1FieldOperationMetadata Object |
|
GoogleFirestoreAdminV1ImportDocumentsMetadata Object |
|
GoogleFirestoreAdminV1ImportDocumentsRequest Object |
|
GoogleFirestoreAdminV1Index Object |
|
GoogleFirestoreAdminV1IndexConfig Object |
|
GoogleFirestoreAdminV1IndexConfigDelta Object |
|
GoogleFirestoreAdminV1IndexField Object |
|
GoogleFirestoreAdminV1IndexOperationMetadata Object |
|
GoogleFirestoreAdminV1ListFieldsResponse Object |
|
GoogleFirestoreAdminV1ListIndexesResponse Object |
|
GoogleFirestoreAdminV1LocationMetadata Object |
|
GoogleFirestoreAdminV1Progress Object |
|
GoogleLongrunningCancelOperationRequest Object |
|
GoogleLongrunningListOperationsResponse Object |
|
GoogleLongrunningOperation Object |
|
LatLng Object |
|
ListCollectionIdsRequest Object |
|
ListCollectionIdsResponse Object |
|
ListDocumentsResponse Object |
|
ListLocationsResponse Object |
|
ListenRequest Object |
|
ListenResponse Object |
|
Location Object |
|
MapValue Object |
|
Order Object |
|
PartitionQueryRequest Object |
|
PartitionQueryResponse Object |
|
Precondition Object |
|
Projection Object |
|
QueryTarget Object |
|
ReadOnly Object |
|
ReadWrite Object |
|
RollbackRequest Object |
|
RunQueryRequest Object |
|
RunQueryResponse Object |
|
Status Object |
|
StructuredQuery Object |
|
Target Object |
|
TargetChange Object |
|
TransactionOptions Object |
|
UnaryFilter Object |
|
Value Object |
|
Cloud Firestore API Objects Accesses the NoSQL document database built for automatic scaling, high performance, and ease of application development. |
|
WriteRequest Object |
|
WriteResponse Object |
|
WriteResult Object |
|
Cloud Firestore API Accesses the NoSQL document database built for automatic scaling, high performance, and ease of application development. |
|
Gets the metadata and configuration for a Field. |
|
Lists 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 |
|
Updates a field configuration. Currently, field updates apply only to single field index configuration. However, calls to FirestoreAdmin.UpdateField should provide a field mask to avoid changing any configuration that the caller isn't aware of. The field mask should be specified as: |
|
Creates 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. |
|
Deletes a composite index. |
|
Gets a composite index. |
|
Lists composite indexes. |
|
Gets multiple documents. Documents returned by this method are not guaranteed to be returned in the same order that they were requested. |
|
Applies 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. |
|
Starts a new transaction. |
|
Commits a transaction, while optionally updating documents. |
|
Creates a new document. |
|
Deletes a document. |
|
Gets a single document. |
|
Lists documents. |
|
Lists all the collection IDs underneath a document. |
|
Listens to changes. |
|
Partitions 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. |
|
Updates or inserts a document. |
|
Rolls back a transaction. |
|
Runs a query. |
|
Streams batches of document updates and deletes, in order. |
|
Exports 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: https://cloud.google.com/firestore/docs/manage-data/export-import |
|
Imports 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. |
|
Starts 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 |
|
Deletes 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 |
|
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. |
|
Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns |
|
Gets information about a location. |
|
Lists information about the supported locations for this service. |