Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit bc1d9e2

Browse files
authored
feat: promote to GA (#196)
Release-As: 1.0.0
1 parent 6b36670 commit bc1d9e2

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"client_documentation": "https://googleapis.dev/java/google-cloud-bigquerydatatransfer/latest",
66
"api_description": "transfers data from partner SaaS applications to Google BigQuery on a scheduled, managed basis.",
77
"issue_tracker": "https://issuetracker.google.com/savedsearches/559654",
8-
"release_level": "beta",
8+
"release_level": "ga",
99
"language": "java",
1010
"repo": "googleapis/java-bigquerydatatransfer",
1111
"repo_short": "java-bigquerydatatransfer",

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ Java idiomatic client for [BigQuery Data Transfer Service][product-docs].
88
- [Product Documentation][product-docs]
99
- [Client Library Documentation][javadocs]
1010

11-
> Note: This client is a work-in-progress, and may occasionally
12-
> make backwards-incompatible changes.
13-
1411
## Quickstart
1512

1613
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
@@ -118,9 +115,6 @@ Java 7 or above is required for using this client.
118115
This library follows [Semantic Versioning](http://semver.org/).
119116

120117

121-
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
122-
and the public API should not be considered stable.
123-
124118
## Contributing
125119

126120

@@ -158,7 +152,7 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
158152
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-bigquerydatatransfer/java8-win.html
159153
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-bigquerydatatransfer/java11.svg
160154
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-bigquerydatatransfer/java11.html
161-
[stability-image]: https://img.shields.io/badge/stability-beta-yellow
155+
[stability-image]: https://img.shields.io/badge/stability-ga-green
162156
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquerydatatransfer.svg
163157
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-bigquerydatatransfer&core=gav
164158
[authentication]: https://github.com/googleapis/google-cloud-java#authentication

0 commit comments

Comments
 (0)