Skip to content

Commit 9f920d5

Browse files
authored
chore: add api_shortname and library_type to repo metadata (#659)
1 parent aa83ad8 commit 9f920d5

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

packages/google-cloud-compute/.repo-metadata.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
"product_documentation": "https://cloud.google.com/compute",
55
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/compute/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559755",
7-
"release_level": "alpha",
7+
"release_level": "preview",
88
"language": "nodejs",
99
"repo": "googleapis/nodejs-compute",
1010
"distribution_name": "@google-cloud/compute",
1111
"api_id": "compute.googleapis.com",
1212
"requires_billing": true,
1313
"library_type": "GAPIC_AUTO",
1414
"codeowner_team": "@googleapis/api-compute",
15-
"default_version": "v1"
15+
"default_version": "v1",
16+
"api_shortname": "compute"
1617
}

packages/google-cloud-compute/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
[![release level](https://img.shields.io/badge/release%20level-alpha-orange.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
7+
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/compute.svg)](https://www.npmjs.org/package/@google-cloud/compute)
99
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-compute/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-compute)
1010

@@ -116,11 +116,11 @@ This library follows [Semantic Versioning](http://semver.org/).
116116

117117

118118

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

123120

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

125125

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

packages/google-cloud-compute/linkinator.config.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@
33
"skip": [
44
"https://codecov.io/gh/googleapis/",
55
"www.googleapis.com",
6-
"img.shields.io"
6+
"img.shields.io",
7+
"https://console.cloud.google.com/cloudshell",
8+
"https://support.google.com"
79
],
810
"silent": true,
9-
"concurrency": 5
11+
"concurrency": 5,
12+
"retry": true,
13+
"retryErrors": true,
14+
"retryErrorsCount": 5,
15+
"retryErrorsJitter": 3000
1016
}

0 commit comments

Comments
 (0)