File tree 2 files changed +7
-6
lines changed
packages/google-cloud-bigquery-connection
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11
11
"codeowner_team" : " @googleapis/api-bigquery" ,
12
12
"name_pretty" : " Google BigQuery Connection" ,
13
13
"client_documentation" : " https://cloud.google.com/nodejs/docs/reference/bigquery-connection/latest" ,
14
- "release_level" : " ga"
14
+ "release_level" : " stable" ,
15
+ "api_shortname" : " bigqueryconnection" ,
16
+ "library_type" : " GAPIC_AUTO"
15
17
}
Original file line number Diff line number Diff line change 4
4
5
5
# [ Google BigQuery Connection: Node.js Client] ( https://github.com/googleapis/nodejs-bigquery-connection )
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/bigquery-connection.svg )] ( https://www.npmjs.org/package/@google-cloud/bigquery-connection )
9
9
10
10
@@ -122,18 +122,17 @@ _Legacy Node.js versions are supported as a best effort:_
122
122
This library follows [ Semantic Versioning] ( http://semver.org/ ) .
123
123
124
124
125
- This library is considered to be ** General Availability (GA) ** . This means it
126
- is stable; the code surface will not change in backwards-incompatible ways
125
+
126
+ This library is considered to be ** stable** . The code surface will not change in backwards-incompatible ways
127
127
unless absolutely necessary (e.g. because of critical security issues) or with
128
- an extensive deprecation period. Issues and requests against ** GA ** libraries
128
+ an extensive deprecation period. Issues and requests against ** stable ** libraries
129
129
are addressed with the highest priority.
130
130
131
131
132
132
133
133
134
134
135
135
136
-
137
136
More Information: [ Google Cloud Platform Launch Stages] [ launch_stages ]
138
137
139
138
[ launch_stages ] : https://cloud.google.com/terms/launch-stages
You can’t perform that action at this time.
0 commit comments