Skip to content

Commit

Permalink
chore: add api_shortname and library_type to repo metadata (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Dec 30, 2021
1 parent aa83ad8 commit 9f920d5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
5 changes: 3 additions & 2 deletions packages/google-cloud-compute/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
"product_documentation": "https://cloud.google.com/compute",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/compute/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559755",
"release_level": "alpha",
"release_level": "preview",
"language": "nodejs",
"repo": "googleapis/nodejs-compute",
"distribution_name": "@google-cloud/compute",
"api_id": "compute.googleapis.com",
"requires_billing": true,
"library_type": "GAPIC_AUTO",
"codeowner_team": "@googleapis/api-compute",
"default_version": "v1"
"default_version": "v1",
"api_shortname": "compute"
}
8 changes: 4 additions & 4 deletions packages/google-cloud-compute/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# [Google Compute Engine: Node.js Client](https://github.com/googleapis/nodejs-compute)

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

Expand Down Expand Up @@ -116,11 +116,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
10 changes: 8 additions & 2 deletions packages/google-cloud-compute/linkinator.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@
"skip": [
"https://codecov.io/gh/googleapis/",
"www.googleapis.com",
"img.shields.io"
"img.shields.io",
"https://console.cloud.google.com/cloudshell",
"https://support.google.com"
],
"silent": true,
"concurrency": 5
"concurrency": 5,
"retry": true,
"retryErrors": true,
"retryErrorsCount": 5,
"retryErrorsJitter": 3000
}

0 comments on commit 9f920d5

Please sign in to comment.