Skip to content

Commit 7c84c3f

Browse files
committed
chore(librarian): onboard to librarian, including generate
1 parent 625c261 commit 7c84c3f

File tree

7 files changed

+1042
-6
lines changed

7 files changed

+1042
-6
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "pubsub",
3+
"name_pretty": "Google Cloud Pub/Sub",
4+
"product_documentation": "https://cloud.google.com/pubsub/docs/",
5+
"client_documentation": "https://cloud.google.com/python/docs/reference/pubsub/latest",
6+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559741",
7+
"release_level": "stable",
8+
"language": "python",
9+
"repo": "googleapis/python-pubsub",
10+
"distribution_name": "google-cloud-pubsub",
11+
"api_id": "pubsub.googleapis.com",
12+
"requires_billing": true,
13+
"default_version": "v1",
14+
"codeowner_team": "@googleapis/api-pubsub",
15+
"api_shortname": "pubsub",
16+
"library_type": "GAPIC_COMBO",
17+
"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."
18+
}

0 commit comments

Comments
 (0)