Skip to content

Commit

Permalink
chore: add api_shortname and library_type to repo metadata (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Dec 30, 2021
1 parent a9e2179 commit 2472d09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions packages/google-cloud-networkconnectivity/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/network-connectivity/latest",
"api_id": "networkconnectivity.googleapis.com",
"distribution_name": "@google-cloud/network-connectivity",
"release_level": "alpha",
"release_level": "preview",
"default_version": "v1alpha1",
"language": "nodejs",
"name_pretty": "Network Connectivity Center",
"repo": "googleapis/nodejs-network-connectivity",
"product_documentation": "https://cloud.google.com/network-connectivity/docs",
"requires_billing": true,
"name": "network-connectivity",
"issue_tracker": "https://github.com/googleapis/nodejs-network-connectivity/issues"
"issue_tracker": "https://github.com/googleapis/nodejs-network-connectivity/issues",
"api_shortname": "networkconnectivity",
"library_type": "GAPIC_AUTO"
}
8 changes: 4 additions & 4 deletions packages/google-cloud-networkconnectivity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# [Network Connectivity Center: Node.js Client](https://github.com/googleapis/nodejs-network-connectivity)

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

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

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



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


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 2472d09

Please sign in to comment.