-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update generation configuration at Fri Jul 5 02:16:12 UTC 2024 (…
…#2103) * chore: Update generation configuration at Wed Jul 3 00:13:55 UTC 2024 * chore: generate libraries at Wed Jul 3 00:14:23 UTC 2024 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: Update generation configuration at Thu Jul 4 02:16:36 UTC 2024 * chore: generate libraries at Thu Jul 4 02:16:59 UTC 2024 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: Update generation configuration at Fri Jul 5 02:16:12 UTC 2024 * chore: generate libraries at Fri Jul 5 02:16:34 UTC 2024 * 🦉 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>
- Loading branch information
1 parent
283a5e8
commit c11246b
Showing
3 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
{ | ||
"api_shortname": "pubsub", | ||
"name_pretty": "Cloud Pub/Sub", | ||
"api_reference": "https://cloud.google.com/pubsub/", | ||
"product_documentation": "https://cloud.google.com/pubsub/docs/", | ||
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-pubsub/latest/history", | ||
"api_description": "is designed to provide reliable, many-to-many, asynchronous messaging between applications. Publisher applications can send messages to a topic and other applications can subscribe to that topic to receive the messages. By decoupling senders and receivers, Google Cloud Pub/Sub allows developers to communicate between independently written applications.", | ||
"issue_tracker": "https://issuetracker.google.com/savedsearches/559741", | ||
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-pubsub/latest/history", | ||
"release_level": "stable", | ||
"transport": "both", | ||
"language": "java", | ||
"repo": "googleapis/java-pubsub", | ||
"repo_short": "java-pubsub", | ||
"distribution_name": "com.google.cloud:google-cloud-pubsub", | ||
"codeowner_team": "@googleapis/api-pubsub", | ||
"api_id": "pubsub.googleapis.com", | ||
"library_type": "GAPIC_COMBO", | ||
"requires_billing": true, | ||
"api_reference": "https://cloud.google.com/pubsub/", | ||
"codeowner_team": "@googleapis/api-pubsub", | ||
"issue_tracker": "https://issuetracker.google.com/savedsearches/559741", | ||
"recommended_package": "com.google.cloud.pubsub.v1" | ||
} |
This file contains 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
This file contains 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