google_api_firestore v0.3.1 API Reference
Modules
API calls for all endpoints tagged Projects
.
Handle Tesla connections for GoogleApi.Firestore.V1beta1.
An array value.
The request for Firestore.BatchGetDocuments.
The streamed response for Firestore.BatchGetDocuments.
The request for Firestore.BeginTransaction.
The response for Firestore.BeginTransaction.
A selection of a collection, such as messages as m1
.
The request for Firestore.Commit.
The response for Firestore.Commit.
A filter that merges multiple other filters using the given operator.
A position in a query result set.
A Firestore document.
A Document has changed.
A Document has been deleted.
A set of field paths on a document. Used to restrict a get or update operation on a document to a subset of its fields. This is different from standard field masks, as this is always scoped to a Document, and takes in account the dynamic nature of Value.
A Document has been removed from the view of the targets.
A transformation of a document.
A target specified by a set of documents names.
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance
A digest of all the documents that match a given target.
A filter on a specific field.
A reference to a field, such as max(messages.time) as max_time
.
A transformation of a field of the document.
A filter.
Metadata for ExportDocuments operations.
The request for FirestoreAdmin.ExportDocuments.
Returned in the google.longrunning.Operation response field.
Metadata for ImportDocuments operations.
The request for FirestoreAdmin.ImportDocuments.
An index definition.
A field of an index.
Metadata for index operations. This metadata populates the metadata field of google.longrunning.Operation.
The response for FirestoreAdmin.ListIndexes.
The metadata message for google.cloud.location.Location.metadata.
Measures the progress of a particular metric.
This resource represents a long-running operation that is the result of a network API call.
An object representing a latitude/longitude pair. This is expressed as a pair of doubles representing degrees latitude and degrees longitude. Unless specified otherwise, this must conform to the
The request for Firestore.ListCollectionIds.
The response from Firestore.ListCollectionIds.
The response for Firestore.ListDocuments.
A request for Firestore.Listen
The response for Firestore.Listen.
A map value.
An order on a field.
A precondition on a document, used for conditional operations.
The projection of document's fields to return.
A target specified by a query.
Options for a transaction that can only be used to read documents.
Options for a transaction that can be used to read and write documents.
The request for Firestore.Rollback.
The request for Firestore.RunQuery.
The response for Firestore.RunQuery.
The Status
type defines a logical error model that is suitable for
different programming environments, including REST APIs and RPC APIs. It is
used by gRPC. The error model is designed to be
A Firestore query.
A specification of a set of documents to listen to.
Targets being watched have changed.
Options for creating a new transaction.
A filter with a single operand.
A message that can hold any of the supported value types.
A write on a document.
The request for Firestore.Write.
The response for Firestore.Write.
The result of applying a write.