From 029ad46642046367d136159a5c5242a54f379ada Mon Sep 17 00:00:00 2001 From: Neenu1995 Date: Thu, 23 Dec 2021 15:17:18 -0500 Subject: [PATCH] chore: change name to api_shortname in .repo-metadata.json --- .repo-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index acfe7ed6d..c9a6f8e3b 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -1,5 +1,5 @@ { - "name": "pubsublite", + "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,\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.",