Commit d816138
fix: Use message ordering enabled property that comes with streaming pull responses (googleapis#1851)
* samples: schema evolution
* samples: schema evolution
* Format fixes
* Fix documentation for field.
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* Add back in working asserts
* Formatting fixes
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* Version/delete fixes
* samples: schema evolution
* samples: schema evolution
* Format fixes
* Fix documentation for field.
* Add back in working asserts
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* Formatting fixes
* Version/delete fixes
* samples: Schema evolution (googleapis#1499)
* samples: schema evolution
* samples: schema evolution
* Format fixes
* Fix documentation for field.
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* Add back in working asserts
* Formatting fixes
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* Version/delete fixes
* samples: schema evolution
* samples: schema evolution
* Format fixes
* Fix documentation for field.
* Add back in working asserts
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* Formatting fixes
* Version/delete fixes
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* Minor fixes for comments
* samples: Schema evolution (googleapis#1499)
* samples: schema evolution
* samples: schema evolution
* Format fixes
* Fix documentation for field.
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* Add back in working asserts
* Formatting fixes
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* Version/delete fixes
* samples: schema evolution
* samples: schema evolution
* Format fixes
* Fix documentation for field.
* Add back in working asserts
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* Formatting fixes
* Version/delete fixes
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* Fix rollback example
* Formatting
* Formatting and wording fixes
* Add new schemas to test directory
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* Samples: Fix exception handling
* fix: Set x-goog-request-params for streaming pull request
* Revert "fix: Set x-goog-request-params for streaming pull request"
This reverts commit 3185a3e.
* Revert "Revert "fix: Set x-goog-request-params for streaming pull request""
This reverts commit 3b1f4d9.
* Thread example
* Add examples for limited and unlimited exeuctors
* Add back missing semicolon
* Revert changes to original async example
* Revert changes to original async example
* Add examples of different threading models
* Make variables final to conform to style.
* Fix catches
* Fix ids
* Fix naming
* Revert "Merge pull request googleapis#2 from kamalaboulhosn/ML_experiments"
This reverts commit 5a435fa, reversing
changes made to c3a5725.
* Set blunderbuss config to auto-assign issues and PRs
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* fix: Swap writer and reader schema to correct places in sample
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* fix: Use message ordering enabled property that comes with streaming pull responses so that messages are only delivered to the callback one at a time in order when ordering is actually enabled
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>1 parent ca693b1 commit d816138
File tree
3 files changed
+124
-6
lines changed- google-cloud-pubsub/src
- main/java/com/google/cloud/pubsub/v1
- test/java/com/google/cloud/pubsub/v1
3 files changed
+124
-6
lines changedLines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
343 | 344 | | |
344 | 345 | | |
345 | 346 | | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
346 | 352 | | |
347 | 353 | | |
348 | 354 | | |
| |||
506 | 512 | | |
507 | 513 | | |
508 | 514 | | |
509 | | - | |
| 515 | + | |
510 | 516 | | |
511 | 517 | | |
512 | 518 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| 239 | + | |
| 240 | + | |
239 | 241 | | |
240 | 242 | | |
241 | 243 | | |
| 244 | + | |
242 | 245 | | |
243 | 246 | | |
244 | 247 | | |
| |||
Lines changed: 114 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
45 | 68 | | |
46 | 69 | | |
47 | 70 | | |
| |||
494 | 517 | | |
495 | 518 | | |
496 | 519 | | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
497 | 598 | | |
498 | 599 | | |
499 | 600 | | |
| |||
569 | 670 | | |
570 | 671 | | |
571 | 672 | | |
572 | | - | |
| 673 | + | |
573 | 674 | | |
574 | 675 | | |
575 | 676 | | |
576 | | - | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
577 | 684 | | |
578 | 685 | | |
579 | 686 | | |
580 | 687 | | |
581 | 688 | | |
582 | | - | |
| 689 | + | |
| 690 | + | |
583 | 691 | | |
584 | 692 | | |
585 | | - | |
| 693 | + | |
| 694 | + | |
586 | 695 | | |
587 | 696 | | |
588 | 697 | | |
| |||
594 | 703 | | |
595 | 704 | | |
596 | 705 | | |
597 | | - | |
| 706 | + | |
598 | 707 | | |
599 | 708 | | |
600 | 709 | | |
| |||
0 commit comments