Skip to content

Commit

Permalink
chore: change release level in gke-connect-gateway (#10899)
Browse files Browse the repository at this point in the history
* chore: change release level in gke-connect-gateway

* chore: generate libraries at Wed May 29 20:02:57 UTC 2024

---------

Co-authored-by: cloud-java-bot <[email protected]>
  • Loading branch information
JoeWang1127 and cloud-java-bot authored May 29, 2024
1 parent 96fcae8 commit 19b2c49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
1 change: 1 addition & 0 deletions generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,7 @@ libraries:
way, whether the clusters are on Google Cloud, other public clouds, or on premises,
and makes it easier to automate DevOps processes across all your clusters.
library_name: gke-connect-gateway
release_level: stable
GAPICs:
- proto_path: google/cloud/gkeconnect/gateway/v1beta1

Expand Down
2 changes: 1 addition & 1 deletion java-gke-connect-gateway/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://cloud.google.com/anthos/multicluster-management/gateway/",
"api_description": "builds on the power of fleets to let Anthos users connect to and run commands against registered Anthos clusters in a simple, consistent, and secured way, whether the clusters are on Google Cloud, other public clouds, or on premises, and makes it easier to automate DevOps processes across all your clusters.",
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-gke-connect-gateway/latest/overview",
"release_level": "preview",
"release_level": "stable",
"transport": "grpc",
"language": "java",
"repo": "googleapis/google-cloud-java",
Expand Down
10 changes: 2 additions & 8 deletions java-gke-connect-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ Java idiomatic client for [Connect Gateway API][product-docs].
- [Product Documentation][product-docs]
- [Client Library Documentation][javadocs]

> Note: This client is a work-in-progress, and may occasionally
> make backwards-incompatible changes.

## Quickstart

Expand Down Expand Up @@ -156,9 +153,6 @@ and on [google-cloud-java][g-c-j].
This library follows [Semantic Versioning](http://semver.org/).


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


## Contributing

Expand Down Expand Up @@ -199,9 +193,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.html
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.svg
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-gke-connect-gateway.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gke-connect-gateway/0.44.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gke-connect-gateway/0.45.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down

0 comments on commit 19b2c49

Please sign in to comment.