File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
google/cloud/firestore_v1/types Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,8 @@ class Precondition(proto.Message):
60
60
This field is a member of `oneof`_ ``condition_type``.
61
61
update_time (google.protobuf.timestamp_pb2.Timestamp):
62
62
When set, the target document must exist and
63
- have been last updated at that time.
63
+ have been last updated at that time. Timestamp
64
+ must be microsecond aligned.
64
65
65
66
This field is a member of `oneof`_ ``condition_type``.
66
67
"""
Original file line number Diff line number Diff line change @@ -511,7 +511,10 @@ class RunQueryRequest(proto.Message):
511
511
512
512
This field is a member of `oneof`_ ``query_type``.
513
513
transaction (bytes):
514
- Reads documents in a transaction.
514
+ Run the query within an already active
515
+ transaction.
516
+ The value here is the opaque transaction ID to
517
+ execute the query in.
515
518
516
519
This field is a member of `oneof`_ ``consistency_selector``.
517
520
new_transaction (google.cloud.firestore_v1.types.TransactionOptions):
@@ -559,8 +562,8 @@ class RunQueryResponse(proto.Message):
559
562
was set in the request. If set, no other fields will be set
560
563
in this response.
561
564
document (google.cloud.firestore_v1.types.Document):
562
- A query result.
563
- Not set when reporting partial progress.
565
+ A query result, not set when reporting
566
+ partial progress.
564
567
read_time (google.protobuf.timestamp_pb2.Timestamp):
565
568
The time at which the document was read. This may be
566
569
monotonically increasing; in this case, the previous
You can’t perform that action at this time.
0 commit comments