Modules§
- batch_
get_ documents_ request - Nested message and enum types in
BatchGetDocumentsRequest
. - batch_
get_ documents_ response - Nested message and enum types in
BatchGetDocumentsResponse
. - document_
transform - Nested message and enum types in
DocumentTransform
. - firestore_
client - Generated client implementations.
- get_
document_ request - Nested message and enum types in
GetDocumentRequest
. - list_
collection_ ids_ request - Nested message and enum types in
ListCollectionIdsRequest
. - list_
documents_ request - Nested message and enum types in
ListDocumentsRequest
. - listen_
request - Nested message and enum types in
ListenRequest
. - listen_
response - Nested message and enum types in
ListenResponse
. - partition_
query_ request - Nested message and enum types in
PartitionQueryRequest
. - precondition
- Nested message and enum types in
Precondition
. - run_
aggregation_ query_ request - Nested message and enum types in
RunAggregationQueryRequest
. - run_
query_ request - Nested message and enum types in
RunQueryRequest
. - run_
query_ response - Nested message and enum types in
RunQueryResponse
. - structured_
aggregation_ query - Nested message and enum types in
StructuredAggregationQuery
. - structured_
query - Nested message and enum types in
StructuredQuery
. - target
- Nested message and enum types in
Target
. - target_
change - Nested message and enum types in
TargetChange
. - transaction_
options - Nested message and enum types in
TransactionOptions
. - value
- Nested message and enum types in
Value
. - write
- Nested message and enum types in
Write
.
Structs§
- Aggregation
Result - The result of a single bucket from a Firestore aggregation query.
- Array
Value - An array value.
- Batch
GetDocuments Request - The request for [Firestore.BatchGetDocuments][google.firestore.v1.Firestore.BatchGetDocuments].
- Batch
GetDocuments Response - The streamed response for [Firestore.BatchGetDocuments][google.firestore.v1.Firestore.BatchGetDocuments].
- Batch
Write Request - The request for [Firestore.BatchWrite][google.firestore.v1.Firestore.BatchWrite].
- Batch
Write Response - The response from [Firestore.BatchWrite][google.firestore.v1.Firestore.BatchWrite].
- Begin
Transaction Request - The request for [Firestore.BeginTransaction][google.firestore.v1.Firestore.BeginTransaction].
- Begin
Transaction Response - The response for [Firestore.BeginTransaction][google.firestore.v1.Firestore.BeginTransaction].
- BitSequence
- A sequence of bits, encoded in a byte array.
- Bloom
Filter - A bloom filter (https://en.wikipedia.org/wiki/Bloom_filter).
- Commit
Request - The request for [Firestore.Commit][google.firestore.v1.Firestore.Commit].
- Commit
Response - The response for [Firestore.Commit][google.firestore.v1.Firestore.Commit].
- Create
Document Request - The request for [Firestore.CreateDocument][google.firestore.v1.Firestore.CreateDocument].
- Cursor
- A position in a query result set.
- Delete
Document Request - The request for [Firestore.DeleteDocument][google.firestore.v1.Firestore.DeleteDocument].
- Document
- A Firestore document.
- Document
Change - A [Document][google.firestore.v1.Document] has changed.
- Document
Delete - A [Document][google.firestore.v1.Document] has been deleted.
- Document
Mask - 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][google.firestore.v1.Document], and takes in account the dynamic nature of [Value][google.firestore.v1.Value].
- Document
Remove - A [Document][google.firestore.v1.Document] has been removed from the view of the targets.
- Document
Transform - A transformation of a document.
- Execution
Stats - Execution statistics for the query.
- Existence
Filter - A digest of all the documents that match a given target.
- Explain
Metrics - Explain metrics for the query.
- Explain
Options - Explain options for the query.
- GetDocument
Request - The request for [Firestore.GetDocument][google.firestore.v1.Firestore.GetDocument].
- List
Collection IdsRequest - The request for [Firestore.ListCollectionIds][google.firestore.v1.Firestore.ListCollectionIds].
- List
Collection IdsResponse - The response from [Firestore.ListCollectionIds][google.firestore.v1.Firestore.ListCollectionIds].
- List
Documents Request - The request for [Firestore.ListDocuments][google.firestore.v1.Firestore.ListDocuments].
- List
Documents Response - The response for [Firestore.ListDocuments][google.firestore.v1.Firestore.ListDocuments].
- Listen
Request - A request for [Firestore.Listen][google.firestore.v1.Firestore.Listen]
- Listen
Response - The response for [Firestore.Listen][google.firestore.v1.Firestore.Listen].
- MapValue
- A map value.
- Partition
Query Request - The request for [Firestore.PartitionQuery][google.firestore.v1.Firestore.PartitionQuery].
- Partition
Query Response - The response for [Firestore.PartitionQuery][google.firestore.v1.Firestore.PartitionQuery].
- Plan
Summary - Planning phase information for the query.
- Precondition
- A precondition on a document, used for conditional operations.
- Rollback
Request - The request for [Firestore.Rollback][google.firestore.v1.Firestore.Rollback].
- RunAggregation
Query Request - The request for [Firestore.RunAggregationQuery][google.firestore.v1.Firestore.RunAggregationQuery].
- RunAggregation
Query Response - The response for [Firestore.RunAggregationQuery][google.firestore.v1.Firestore.RunAggregationQuery].
- RunQuery
Request - The request for [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery].
- RunQuery
Response - The response for [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery].
- Structured
Aggregation Query - Firestore query for running an aggregation over a [StructuredQuery][google.firestore.v1.StructuredQuery].
- Structured
Query - A Firestore query.
- Target
- A specification of a set of documents to listen to.
- Target
Change - Targets being watched have changed.
- Transaction
Options - Options for creating a new transaction.
- Update
Document Request - The request for [Firestore.UpdateDocument][google.firestore.v1.Firestore.UpdateDocument].
- Value
- A message that can hold any of the supported value types.
- Write
- A write on a document.
- Write
Request - The request for [Firestore.Write][google.firestore.v1.Firestore.Write].
- Write
Response - The response for [Firestore.Write][google.firestore.v1.Firestore.Write].
- Write
Result - The result of applying a write.