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

Commit db29db6

Browse files
authored
feat: promote to GA (#93)
Release-As: 1.0.0
1 parent a04c0a3 commit db29db6

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
@@ -6,7 +6,7 @@
66
"api_description": "provides inventory services based on a time series database. This database keeps a five week history of Google Cloud asset metadata. The Cloud Asset Inventory export service allows you to export all asset metadata at a certain timestamp or export event change history during a timeframe.",
77
"client_documentation": "https://googleapis.dev/java/google-cloud-asset/latest/index.html",
88
"issue_tracker": "https://issuetracker.google.com/issues/new?component=187210&template=0",
9-
"release_level": "beta",
9+
"release_level": "ga",
1010
"transport": "grpc",
1111
"requires_billing": true,
1212
"language": "java",

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ Java idiomatic client for [Cloud Asset Inventory][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
@@ -105,9 +102,6 @@ Java 7 or above is required for using this client.
105102
This library follows [Semantic Versioning](http://semver.org/).
106103

107104

108-
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
109-
and the public API should not be considered stable.
110-
111105

112106
## Contributing
113107

@@ -146,7 +140,7 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
146140
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-asset/java8-win.html
147141
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-asset/java11.svg
148142
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-asset/java11.html
149-
[stability-image]: https://img.shields.io/badge/stability-beta-yellow
143+
[stability-image]: https://img.shields.io/badge/stability-ga-green
150144
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-asset.svg
151145
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-asset&core=gav
152146
[authentication]: https://github.com/googleapis/google-cloud-java#authentication

0 commit comments

Comments
 (0)