Skip to content

Commit

Permalink
chore: add api_shortname and library_type to repo metadata (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Dec 30, 2021
1 parent c3314e0 commit 1e423b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 4 additions & 2 deletions packages/google-cloud-orgpolicy/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
"repo": "googleapis/nodejs-org-policy",
"default_version": "v2",
"name_pretty": "Organization Policy",
"release_level": "GA",
"release_level": "stable",
"distribution_name": "@google-cloud/org-policy",
"name": "org-policy",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/org-policy/latest",
"api_id": "orgpolicy.googleapis.com",
"issue_tracker": "https://github.com/googleapis/nodejs-org-policy/issues"
"issue_tracker": "https://github.com/googleapis/nodejs-org-policy/issues",
"api_shortname": "orgpolicy",
"library_type": "GAPIC_AUTO"
}
7 changes: 6 additions & 1 deletion packages/google-cloud-orgpolicy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# [Organization Policy: Node.js Client](https://github.com/googleapis/nodejs-org-policy)

[![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/org-policy.svg)](https://www.npmjs.org/package/@google-cloud/org-policy)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-org-policy/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-org-policy)

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



This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways
unless absolutely necessary (e.g. because of critical security issues) or with
an extensive deprecation period. Issues and requests against **stable** libraries
are addressed with the highest priority.




Expand Down

0 comments on commit 1e423b8

Please sign in to comment.