Skip to content

Commit

Permalink
feat: add enforce_in_transit fields and optional annotations (#1873)
Browse files Browse the repository at this point in the history
* 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

* 🦉 Updates from OwlBot post-processor

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

* 🦉 Updates from OwlBot post-processor

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

* feat: add `ingestion_data_source_settings` field to `Topic`

PiperOrigin-RevId: 600786127

Source-Link: googleapis/googleapis@708f769

Source-Link: googleapis/googleapis-gen@3b85818
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiM2I4NTgxOGNhOGYxMmFjZTc1MzkwY2VhMjRlNWYzZGY1YWM3MGJlNyJ9

* 🦉 Updates from OwlBot post-processor

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

* 🦉 Updates from OwlBot post-processor

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

* feat: add enforce_in_transit fields and optional annotations

PiperOrigin-RevId: 601205737

Source-Link: googleapis/googleapis@27f8301

Source-Link: googleapis/googleapis-gen@daf775c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGFmNzc1YzdlY2Q5MGRlNjllMTMwNGI4NDBhMjhkMjAxYzAyNWYwOCJ9

* 🦉 Updates from OwlBot post-processor

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

* 🦉 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>
Co-authored-by: Megan Potter <[email protected]>
  • Loading branch information
3 people committed Jan 31, 2024
1 parent ac0e701 commit 09fc424
Show file tree
Hide file tree
Showing 8 changed files with 2,175 additions and 634 deletions.
855 changes: 503 additions & 352 deletions protos/google/pubsub/v1/pubsub.proto

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions protos/google/pubsub/v1/schema.proto
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ message CreateSchemaRequest {
// The ID to use for the schema, which will become the final component of
// the schema's resource name.
//
// See https://cloud.google.com/pubsub/docs/admin#resource_names for resource
// name constraints.
// See https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names for
// resource name constraints.
string schema_id = 3;
}

Expand Down
271 changes: 269 additions & 2 deletions protos/protos.d.ts

Large diffs are not rendered by default.

713 changes: 713 additions & 0 deletions protos/protos.js

Large diffs are not rendered by default.

0 comments on commit 09fc424

Please sign in to comment.