Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
chore: add api_shortname and library_type to repo metadata (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jan 12, 2022
1 parent 38882b7 commit 50b9209
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .repo-metadata.json
@@ -1,6 +1,6 @@
{
"distribution_name": "@google-cloud/translate",
"release_level": "ga",
"release_level": "stable",
"product_documentation": "https://cloud.google.com/translate/docs/",
"repo": "googleapis/nodejs-translate",
"default_version": "v3",
Expand All @@ -11,5 +11,7 @@
"name": "translate",
"name_pretty": "Cloud Translation",
"api_id": "translate.googleapis.com",
"codeowner_team": "@googleapis/ml-apis"
"codeowner_team": "@googleapis/ml-apis",
"api_shortname": "translate",
"library_type": "GAPIC_AUTO"
}
9 changes: 4 additions & 5 deletions README.md
Expand Up @@ -4,7 +4,7 @@

# [Cloud Translation: Node.js Client](https://github.com/googleapis/nodejs-translate)

[![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)
[![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![npm version](https://img.shields.io/npm/v/@google-cloud/translate.svg)](https://www.npmjs.org/package/@google-cloud/translate)


Expand Down Expand Up @@ -132,18 +132,17 @@ _Legacy Node.js versions are supported as a best effort:_
This library follows [Semantic Versioning](http://semver.org/).


This library is considered to be **General Availability (GA)**. This means it
is stable; the code surface will not change in backwards-incompatible ways

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 **GA** libraries
an extensive deprecation period. Issues and requests against **stable** libraries
are addressed with the highest priority.







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

[launch_stages]: https://cloud.google.com/terms/launch-stages
Expand Down

0 comments on commit 50b9209

Please sign in to comment.