File tree 2 files changed +8
-7
lines changed
packages/google-devtools-cloudbuild
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 6
6
"issue_tracker" : " https://issuetracker.google.com/savedsearches/5226584" ,
7
7
"client_documentation" : " https://cloud.google.com/nodejs/docs/reference/cloudbuild/latest" ,
8
8
"language" : " nodejs" ,
9
- "release_level" : " ga " ,
9
+ "release_level" : " stable " ,
10
10
"product_documentation" : " https://cloud.google.com/cloud-build/docs/" ,
11
11
"default_version" : " v1" ,
12
12
"name_pretty" : " Cloud Build" ,
13
13
"distribution_name" : " @google-cloud/cloudbuild" ,
14
- "api_id" : " cloudbuild.googleapis.com"
14
+ "api_id" : " cloudbuild.googleapis.com" ,
15
+ "api_shortname" : " cloudbuild" ,
16
+ "library_type" : " GAPIC_AUTO"
15
17
}
Original file line number Diff line number Diff line change 4
4
5
5
# [ Cloud Build: Node.js Client] ( https://github.com/googleapis/nodejs-cloudbuild )
6
6
7
- [ ![ 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 )
7
+ [ ![ release level] ( https://img.shields.io/badge/release%20level-stable -brightgreen.svg?style=flat )] ( https://cloud.google.com/terms/launch-stages )
8
8
[ ![ npm version] ( https://img.shields.io/npm/v/@google-cloud/cloudbuild.svg )] ( https://www.npmjs.org/package/@google-cloud/cloudbuild )
9
9
10
10
@@ -144,18 +144,17 @@ _Legacy Node.js versions are supported as a best effort:_
144
144
This library follows [ Semantic Versioning] ( http://semver.org/ ) .
145
145
146
146
147
- This library is considered to be ** General Availability (GA) ** . This means it
148
- is stable; the code surface will not change in backwards-incompatible ways
147
+
148
+ This library is considered to be ** stable** . The code surface will not change in backwards-incompatible ways
149
149
unless absolutely necessary (e.g. because of critical security issues) or with
150
- an extensive deprecation period. Issues and requests against ** GA ** libraries
150
+ an extensive deprecation period. Issues and requests against ** stable ** libraries
151
151
are addressed with the highest priority.
152
152
153
153
154
154
155
155
156
156
157
157
158
-
159
158
More Information: [ Google Cloud Platform Launch Stages] [ launch_stages ]
160
159
161
160
[ launch_stages ] : https://cloud.google.com/terms/launch-stages
You can’t perform that action at this time.
0 commit comments