Skip to content

Commit

Permalink
chore: add api_shortname and library_type to repo metadata (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Dec 30, 2021
1 parent d674776 commit 0b3e81e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions packages/google-api-servicecontrol/.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/service-control/latest",
"requires_billing": true,
"distribution_name": "@google-cloud/service-control",
"release_level": "GA",
"release_level": "preview",
"api_id": "servicecontrol.googleapis.com",
"name": "service-control",
"language": "nodejs",
"product_documentation": "https://cloud.google.com/service-infrastructure/docs/overview/",
"default_version": "v1",
"issue_tracker": "https://github.com/googleapis/nodejs-service-control/issues",
"name_pretty": "Service Control API",
"repo": "googleapis/nodejs-service-control"
"repo": "googleapis/nodejs-service-control",
"api_shortname": "service-control",
"library_type": "GAPIC_AUTO"
}
6 changes: 5 additions & 1 deletion packages/google-api-servicecontrol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# [Service Control API: Node.js Client](https://github.com/googleapis/nodejs-service-control)

[![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)

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

Expand Down Expand Up @@ -124,6 +124,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 0b3e81e

Please sign in to comment.