File tree 2 files changed +8
-7
lines changed
packages/google-cloud-bigquery-datatransfer
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"default_version" : " v1" ,
3
- "release_level" : " ga " ,
3
+ "release_level" : " stable " ,
4
4
"requires_billing" : true ,
5
5
"client_documentation" : " https://cloud.google.com/nodejs/docs/reference/bigquery-data-transfer/latest" ,
6
6
"codeowner_team" : " @googleapis/api-bigquery" ,
11
11
"distribution_name" : " @google-cloud/bigquery-data-transfer" ,
12
12
"name_pretty" : " Google BigQuery Data Transfer Service" ,
13
13
"api_id" : " bigquerydatatransfer.googleapis.com" ,
14
- "repo" : " googleapis/nodejs-bigquery-data-transfer"
14
+ "repo" : " googleapis/nodejs-bigquery-data-transfer" ,
15
+ "api_shortname" : " bigquerydatatransfer" ,
16
+ "library_type" : " GAPIC_AUTO"
15
17
}
Original file line number Diff line number Diff line change 4
4
5
5
# [ Google BigQuery Data Transfer Service: Node.js Client] ( https://github.com/googleapis/nodejs-bigquery-data-transfer )
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-data-transfer.svg )] ( https://www.npmjs.org/package/@google-cloud/bigquery-data-transfer )
9
9
10
10
@@ -136,18 +136,17 @@ _Legacy Node.js versions are supported as a best effort:_
136
136
This library follows [ Semantic Versioning] ( http://semver.org/ ) .
137
137
138
138
139
- This library is considered to be ** General Availability (GA) ** . This means it
140
- is stable; the code surface will not change in backwards-incompatible ways
139
+
140
+ This library is considered to be ** stable** . The code surface will not change in backwards-incompatible ways
141
141
unless absolutely necessary (e.g. because of critical security issues) or with
142
- an extensive deprecation period. Issues and requests against ** GA ** libraries
142
+ an extensive deprecation period. Issues and requests against ** stable ** libraries
143
143
are addressed with the highest priority.
144
144
145
145
146
146
147
147
148
148
149
149
150
-
151
150
More Information: [ Google Cloud Platform Launch Stages] [ launch_stages ]
152
151
153
152
[ launch_stages ] : https://cloud.google.com/terms/launch-stages
You can’t perform that action at this time.
0 commit comments