File tree 3 files changed +15
-8
lines changed
packages/google-cloud-compute
3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 4
4
"product_documentation" : " https://cloud.google.com/compute" ,
5
5
"client_documentation" : " https://cloud.google.com/nodejs/docs/reference/compute/latest" ,
6
6
"issue_tracker" : " https://issuetracker.google.com/savedsearches/559755" ,
7
- "release_level" : " alpha " ,
7
+ "release_level" : " preview " ,
8
8
"language" : " nodejs" ,
9
9
"repo" : " googleapis/nodejs-compute" ,
10
10
"distribution_name" : " @google-cloud/compute" ,
11
11
"api_id" : " compute.googleapis.com" ,
12
12
"requires_billing" : true ,
13
13
"library_type" : " GAPIC_AUTO" ,
14
14
"codeowner_team" : " @googleapis/api-compute" ,
15
- "default_version" : " v1"
15
+ "default_version" : " v1" ,
16
+ "api_shortname" : " compute"
16
17
}
Original file line number Diff line number Diff line change 4
4
5
5
# [ Google Compute Engine: Node.js Client] ( https://github.com/googleapis/nodejs-compute )
6
6
7
- [ ![ release level ] ( https://img.shields.io/badge/release%20level-alpha-orange.svg?style=flat )] ( https://cloud.google.com/terms/launch-stages )
7
+
8
8
[ ![ npm version] ( https://img.shields.io/npm/v/@google-cloud/compute.svg )] ( https://www.npmjs.org/package/@google-cloud/compute )
9
9
[ ![ codecov] ( https://img.shields.io/codecov/c/github/googleapis/nodejs-compute/main.svg?style=flat )] ( https://codecov.io/gh/googleapis/nodejs-compute )
10
10
@@ -116,11 +116,11 @@ This library follows [Semantic Versioning](http://semver.org/).
116
116
117
117
118
118
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.
122
119
123
120
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.
124
124
125
125
126
126
More Information: [ Google Cloud Platform Launch Stages] [ launch_stages ]
Original file line number Diff line number Diff line change 3
3
"skip" : [
4
4
" https://codecov.io/gh/googleapis/" ,
5
5
" www.googleapis.com" ,
6
- " img.shields.io"
6
+ " img.shields.io" ,
7
+ " https://console.cloud.google.com/cloudshell" ,
8
+ " https://support.google.com"
7
9
],
8
10
"silent" : true ,
9
- "concurrency" : 5
11
+ "concurrency" : 5 ,
12
+ "retry" : true ,
13
+ "retryErrors" : true ,
14
+ "retryErrorsCount" : 5 ,
15
+ "retryErrorsJitter" : 3000
10
16
}
You can’t perform that action at this time.
0 commit comments