Skip to content

Commit

Permalink
fix: removing misspelled field, add correctly spelled field 🦉 Updates…
Browse files Browse the repository at this point in the history
… from OwlBot (#1490)

* 🦉 Updates from OwlBot

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

fix: removing misspelled field, add correctly spelled field

PiperOrigin-RevId: 428023165

Source-Link: googleapis/googleapis@63d374d

Source-Link: googleapis/googleapis-gen@6be9b6c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmJlOWI2YzZiNmM4NWZhY2UxOGFkYmRiZGQzZmMwNjM1NjgxMGI0YSJ9

* 🦉 Updates from OwlBot

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 Feb 16, 2022
1 parent 330061c commit afb9cfe
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 25 deletions.
4 changes: 3 additions & 1 deletion protos/google/pubsub/v1/pubsub.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1212,9 +1212,11 @@ message StreamingPullResponse {
// Received Pub/Sub messages. This will not be empty.
repeated ReceivedMessage received_messages = 1;

reserved 2;

// This field will only be set if `enable_exactly_once_delivery` is set to
// `true`.
AcknowledgeConfirmation acknowlege_confirmation = 2;
AcknowledgeConfirmation acknowledge_confirmation = 5;

// This field will only be set if `enable_exactly_once_delivery` is set to
// `true`.
Expand Down
8 changes: 4 additions & 4 deletions protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit afb9cfe

Please sign in to comment.