forked from googleapis/java-pubsublite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.repo-metadata.json
17 lines (17 loc) · 1.39 KB
/
.repo-metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "pubsublite",
"name_pretty": "Cloud Pub/Sub Lite",
"product_documentation": "https://cloud.google.com/pubsub/lite/docs",
"api_description": "is designed to provide reliable,\nmany-to-many, asynchronous messaging between applications. Publisher\napplications can send messages to a topic and other applications can\nsubscribe to that topic to receive the messages. By decoupling senders and\nreceivers, Google Cloud Pub/Sub allows developers to communicate between\nindependently written applications.\n\nCompared to Google Pub/Sub, Pub/Sub Lite provides partitioned zonal data\nstorage with predefined capacity. Both products present a similar API, but\nPub/Sub Lite has more usage caveats.\n\nSee the [Google Pub/Sub Lite docs](https://cloud.google.com/pubsub/quickstart-console#before-you-begin) for more details on how to activate\nPub/Sub Lite for your project, as well as guidance on how to choose between\nCloud Pub/Sub and Pub/Sub Lite.",
"client_documentation": "https://googleapis.dev/java/google-cloud-pubsublite/latest/index.html",
"release_level": "beta",
"transport": "grpc",
"requires_billing": true,
"language": "java",
"min_java_version": 8,
"repo": "googleapis/java-pubsublite",
"repo_short": "java-pubsublite",
"distribution_name": "com.google.cloud:google-cloud-pubsublite",
"codeowner_team": "@googleapis/api-pubsublite",
"api_id": "pubsublite.googleapis.com"
}