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

Commit 1b140c5

Browse files
authored
feat: promote to GA (#38)
Release-As:1.0.0
1 parent 93c6a31 commit 1b140c5

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.repo-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/optimization/docs",
55
"api_description": "is a managed routing service that takes your list of orders, vehicles, constraints, and objectives and returns the most efficient plan for your entire fleet in near real-time.",
66
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-optimization/latest/overview",
7-
"release_level": "preview",
7+
"release_level": "stable",
88
"transport": "grpc",
99
"language": "java",
1010
"repo": "googleapis/java-optimization",
@@ -13,4 +13,4 @@
1313
"api_id": "cloudoptimization.googleapis.com",
1414
"library_type": "GAPIC_AUTO",
1515
"requires_billing": true
16-
}
16+
}

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 Fleet Routing][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

1512
## Quickstart
1613

@@ -144,9 +141,6 @@ and on [google-cloud-java][g-c-j].
144141
This library follows [Semantic Versioning](http://semver.org/).
145142

146143

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

151145
## Contributing
152146

@@ -187,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
187181
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-optimization/java8-win.html
188182
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-optimization/java11.svg
189183
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-optimization/java11.html
190-
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
184+
[stability-image]: https://img.shields.io/badge/stability-stable-green
191185
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-optimization.svg
192186
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-optimization&core=gav
193187
[authentication]: https://github.com/googleapis/google-cloud-java#authentication

0 commit comments

Comments
 (0)