Skip to content

Commit

Permalink
feat:Enable RunQueryResponse.done (#1712)
Browse files Browse the repository at this point in the history
* feat:Enable RunQueryResponse.done

PiperOrigin-RevId: 444879243

Source-Link: googleapis/googleapis@c4b98bf

Source-Link: googleapis/googleapis-gen@497ddcd
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDk3ZGRjZGVhZGNlZmYzNWIyODVjNmVhNDNmMzk5ZTcxZGMzMTNhZiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Apr 27, 2022
1 parent a9f2c51 commit 0cc549c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dev/protos/google/firestore/v1/firestore.proto
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,15 @@ message RunQueryResponse {
// The number of results that have been skipped due to an offset between
// the last response and the current response.
int32 skipped_results = 4;

// The continuation mode for the query. If present, it indicates the current
// query response stream has finished. This can be set with or without a
// `document` present, but when set, no more results are returned.
oneof continuation_selector {
// If present, Firestore has completely finished the request and no more
// documents will be returned.
bool done = 6;
}
}

// The request for [Firestore.PartitionQuery][google.firestore.v1.Firestore.PartitionQuery].
Expand Down

0 comments on commit 0cc549c

Please sign in to comment.