This repository was archived by the owner on Mar 4, 2026. It is now read-only.
fix: remove types QueryMode, QueryPlan, ResultSetStats#1982
Merged
MarkDuckworth merged 6 commits intomainfrom Jan 31, 2024
Merged
fix: remove types QueryMode, QueryPlan, ResultSetStats#1982MarkDuckworth merged 6 commits intomainfrom
MarkDuckworth merged 6 commits intomainfrom
Conversation
No region tags are edited in this PR.This comment is generated by snippet-bot.
|
Contributor
Author
|
Owl bot is regenerating pull request 1982... |
PiperOrigin-RevId: 600597791 Source-Link: googleapis/googleapis@fc15738 Source-Link: googleapis/googleapis-gen@1939fca Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTkzOWZjYWZlNTZlMmNhMDg3NjdkOTQ1MDlmYTYyNjMxOTM0YjJhMCJ9 fix: improve retry logic for streaming API calls build: update typescript generator version to 4.3.0 The streaming API call retry logic has changed, which in some rare cases may require code changes. Please feel free to reach out to us in the issues if you experience new problems with retrying streaming calls after this update. PiperOrigin-RevId: 599622271 Source-Link: googleapis/googleapis@6239c21 Source-Link: googleapis/googleapis-gen@da13d82 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGExM2Q4MjIyZDNiYTMzNzM0NTAxOTk5ODY0NDU4NjQwZjE0MDVhZSJ9 chore: Add FindNearest API to the preview branch docs: Improve the documentation on Document.fields PiperOrigin-RevId: 599602467 Source-Link: googleapis/googleapis@d32bd97 Source-Link: googleapis/googleapis-gen@0545ffc Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDU0NWZmYzQ4OGI4MmQzYTQ3NzExMThjOTIzZDY0Y2QwYjc1OTk1MyJ9
241b4c2 to
f77dacd
Compare
fix!: remove QueryMode field from RunQueryRequest fix!: remove ResultSetStats field from RunQueryResponse fix!: remove QueryMode field from RunAggregationQueryRequest fix!: remove ResultSetStats field from RunAggregationQueryResponse PiperOrigin-RevId: 601486523 Source-Link: googleapis/googleapis@a8b027a Source-Link: googleapis/googleapis-gen@b9b571f Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjliNTcxZjU4NTQxYzBhY2UxZmY5NGJmMjJhZjNkMDYzZWViZmI3YyJ9
MarkDuckworth
approved these changes
Jan 31, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix: remove QueryMode field from RunQueryRequest
fix: remove ResultSetStats field from RunQueryResponse
fix: remove QueryMode field from RunAggregationQueryRequest
fix: remove ResultSetStats field from RunAggregationQueryResponse
PiperOrigin-RevId: 601486523
Source-Link: googleapis/googleapis@a8b027a
Source-Link: https://github.com/googleapis/googleapis-gen/commit/b9b571f58541c0ace1ff94bf22af3d063eebfb7c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjliNTcxZjU4NTQxYzBhY2UxZmY5NGJmMjJhZjNkMDYzZWViZmI3YyJ9
BEGIN_NESTED_COMMIT
feat: Expose the undeliverable_first_gen_event.proto
PiperOrigin-RevId: 600597791
Source-Link: googleapis/googleapis@fc15738
Source-Link: https://github.com/googleapis/googleapis-gen/commit/1939fcafe56e2ca08767d94509fa62631934b2a0
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTkzOWZjYWZlNTZlMmNhMDg3NjdkOTQ1MDlmYTYyNjMxOTM0YjJhMCJ9
fix: improve retry logic for streaming API calls
build: update typescript generator version to 4.3.0
The streaming API call retry logic has changed, which in some rare cases may require code changes. Please feel free to reach out to us in the issues if you experience new problems with retrying streaming calls after this update.
PiperOrigin-RevId: 599622271
Source-Link: googleapis/googleapis@6239c21
Source-Link: https://github.com/googleapis/googleapis-gen/commit/da13d8222d3ba33734501999864458640f1405ae
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGExM2Q4MjIyZDNiYTMzNzM0NTAxOTk5ODY0NDU4NjQwZjE0MDVhZSJ9
chore: Add FindNearest API to the preview branch
docs: Improve the documentation on Document.fields
PiperOrigin-RevId: 599602467
Source-Link: googleapis/googleapis@d32bd97
Source-Link: https://github.com/googleapis/googleapis-gen/commit/0545ffc488b82d3a4771118c923d64cd0b759953
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDU0NWZmYzQ4OGI4MmQzYTQ3NzExMThjOTIzZDY0Y2QwYjc1OTk1MyJ9
END_NESTED_COMMIT
BEGIN_COMMIT_OVERRIDE
fix: Removed unsupported QueryMode, QueryPlan, and ResultSetStats protos
fix: improve retry logic for streaming API calls
build: update typescript generator version to 4.3.0
feat: Expose the undeliverable_first_gen_event.proto
chore: Add FindNearest API to the preview branch
docs: Improve the documentation on Document.fields
END_COMMIT_OVERRIDE