-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
067b32c
commit d5a8f20
Showing
12 changed files
with
511 additions
and
268 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,19 @@ | ||
{ | ||
"api_shortname": "pubsub", | ||
"name_pretty": "Cloud Pub/Sub", | ||
"api_reference": "https://cloud.google.com/pubsub/", | ||
"product_documentation": "https://cloud.google.com/pubsub/docs/", | ||
"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.", | ||
"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", | ||
"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
Oops, something went wrong.