Skip to content

Commit ce13b16

Browse files
chore: update repo metadata to use 'pubsublite' as "api_shortname" (#338)
* chore: update repo metadata to use 'pubsublite' as "api_shortname" The "api_shortname" field references the underlying service API, which in this case is Pub/Sub Lite. I added in "name" = "pubsublite-kafka" to clarify. * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 291ff3e commit ce13b16

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you are still having issues, please include as much information as possible:
2121
General, Core, and Other are also allowed as types
2222
2. OS type and version:
2323
3. Java version:
24-
4. version(s):
24+
4. pubsublite-kafka version(s):
2525

2626
#### Steps to reproduce
2727

.repo-metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"api_shortname": "pubsublite-kafka",
2+
"name": "pubsublite-kafka",
33
"name_pretty": "Pub/Sub Lite Kafka Shim",
4+
"api_shortname": "pubsublite",
45
"product_documentation": "https://cloud.google.com/pubsub/lite/docs",
56
"api_description": "Pub/Sub Lite is a zonal, real-time messaging service that lets you send and receive messages between independent applications. You can manually configure the throughput and storage capacity for Pub/Sub Lite systems.",
67
"client_documentation": "https://cloud.google.com/java/docs/reference/pubsublite-kafka/latest/history",

0 commit comments

Comments
 (0)