Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit 09fc424

Browse files
feat: add enforce_in_transit fields and optional annotations (#1873)
* 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]>
1 parent ac0e701 commit 09fc424

File tree

8 files changed

+2175
-634
lines changed

8 files changed

+2175
-634
lines changed

protos/google/pubsub/v1/pubsub.proto

Lines changed: 503 additions & 352 deletions
Large diffs are not rendered by default.

protos/google/pubsub/v1/schema.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ message CreateSchemaRequest {
202202
// The ID to use for the schema, which will become the final component of
203203
// the schema's resource name.
204204
//
205-
// See https://cloud.google.com/pubsub/docs/admin#resource_names for resource
206-
// name constraints.
205+
// See https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names for
206+
// resource name constraints.
207207
string schema_id = 3;
208208
}
209209

protos/protos.d.ts

Lines changed: 269 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/protos.js

Lines changed: 713 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)