File tree 2 files changed +8
-7
lines changed
packages/google-cloud-bigquery-storage
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"distribution_name" : " @google-cloud/bigquery-storage" ,
3
- "release_level" : " ga " ,
3
+ "release_level" : " stable " ,
4
4
"product_documentation" : " https://cloud.google.com/bigquery/docs/reference/storage" ,
5
5
"repo" : " googleapis/nodejs-bigquery-storage" ,
6
6
"default_version" : " v1" ,
11
11
"name" : " bigquerystorage" ,
12
12
"name_pretty" : " Google BigQuery Storage" ,
13
13
"api_id" : " bigquerystorage.googleapis.com" ,
14
- "codeowner_team" : " @googleapis/api-bigquery"
14
+ "codeowner_team" : " @googleapis/api-bigquery" ,
15
+ "api_shortname" : " bigquerystorage" ,
16
+ "library_type" : " GAPIC_AUTO"
15
17
}
Original file line number Diff line number Diff line change 4
4
5
5
# [ Google BigQuery Storage: Node.js Client] ( https://github.com/googleapis/nodejs-bigquery-storage )
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-storage.svg )] ( https://www.npmjs.org/package/@google-cloud/bigquery-storage )
9
9
10
10
@@ -218,18 +218,17 @@ _Legacy Node.js versions are supported as a best effort:_
218
218
This library follows [ Semantic Versioning] ( http://semver.org/ ) .
219
219
220
220
221
- This library is considered to be ** General Availability (GA) ** . This means it
222
- is stable; the code surface will not change in backwards-incompatible ways
221
+
222
+ This library is considered to be ** stable** . The code surface will not change in backwards-incompatible ways
223
223
unless absolutely necessary (e.g. because of critical security issues) or with
224
- an extensive deprecation period. Issues and requests against ** GA ** libraries
224
+ an extensive deprecation period. Issues and requests against ** stable ** libraries
225
225
are addressed with the highest priority.
226
226
227
227
228
228
229
229
230
230
231
231
232
-
233
232
More Information: [ Google Cloud Platform Launch Stages] [ launch_stages ]
234
233
235
234
[ launch_stages ] : https://cloud.google.com/terms/launch-stages
You can’t perform that action at this time.
0 commit comments