-
Notifications
You must be signed in to change notification settings - Fork 24
/
.repo-metadata.json
19 lines (19 loc) · 1.52 KB
/
.repo-metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"api_shortname": "pubsublite",
"name_pretty": "Cloud Pub/Sub Lite",
"product_documentation": "https://cloud.google.com/pubsub/lite/docs",
"api_description": "is designed to provide reliable, many-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://cloud.google.com/java/docs/reference/google-cloud-pubsublite/latest/history",
"release_level": "stable",
"transport": "grpc",
"language": "java",
"repo": "googleapis/java-pubsublite",
"repo_short": "java-pubsublite",
"distribution_name": "com.google.cloud:google-cloud-pubsublite",
"api_id": "pubsublite.googleapis.com",
"library_type": "GAPIC_COMBO",
"requires_billing": true,
"codeowner_team": "@googleapis/api-pubsublite",
"recommended_package": "com.google.cloud.pubsublite.cloudpubsub",
"min_java_version": 8
}