Skip to content

Commit

Permalink
chore: add api_shortname and library_type to repo metadata (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Dec 30, 2021
1 parent c2eb3fb commit 18d68be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions packages/google-cloud-privatecatalog/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
"product_documentation": "https://cloud.google.com/private-catalog/",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/private-catalog/latest",
"issue_tracker": "https://github.com/googleapis/nodejs-private-catalog/issues",
"release_level": "BETA",
"release_level": "preview",
"language": "nodejs",
"repo": "googleapis/nodejs-private-catalog",
"distribution_name": "@google-cloud/private-catalog",
"api_id": "privatecatalog.googleapis.com",
"default_version": "v1beta1",
"requires_billing": true
"requires_billing": true,
"api_shortname": "cloudprivatecatalog",
"library_type": "GAPIC_AUTO"
}
6 changes: 5 additions & 1 deletion packages/google-cloud-privatecatalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# [Private Catalog: Node.js Client](https://github.com/googleapis/nodejs-private-catalog)

[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)

[![npm version](https://img.shields.io/npm/v/@google-cloud/private-catalog.svg)](https://www.npmjs.org/package/@google-cloud/private-catalog)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-private-catalog/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-private-catalog)

Expand Down Expand Up @@ -126,6 +126,10 @@ This library follows [Semantic Versioning](http://semver.org/).



This library is considered to be in **preview**. This means it is still a
work-in-progress and under active development. Any release is subject to
backwards-incompatible changes at any time.


More Information: [Google Cloud Platform Launch Stages][launch_stages]

Expand Down

0 comments on commit 18d68be

Please sign in to comment.