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

Commit 14ab5bd

Browse files
authored
feat: promote to GA (#166)
Release-As: 1.0.0
1 parent 1c76be7 commit 14ab5bd

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
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/iam/docs/troubleshooting-access",
55
"api_description": "makes it easier to understand why a user has access to a resource or doesn't have permission to call an API. Given an email, resource, and permission, Policy Troubleshooter examines all Identity and Access Management (IAM) policies that apply to the resource. It then reveals whether the member's roles include the permission on that resource and, if so, which policies bind the member to those roles.",
66
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-policy-troubleshooter/latest/history",
7-
"release_level": "preview",
7+
"release_level": "stable",
88
"transport": "grpc",
99
"language": "java",
1010
"repo": "googleapis/java-policy-troubleshooter",

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ Java idiomatic client for [IAM Policy Troubleshooter API][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

@@ -132,9 +129,6 @@ and on [google-cloud-java][g-c-j].
132129
This library follows [Semantic Versioning](http://semver.org/).
133130

134131

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

139133
## Contributing
140134

@@ -175,7 +169,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
175169
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-policy-troubleshooter/java8-win.html
176170
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-policy-troubleshooter/java11.svg
177171
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-policy-troubleshooter/java11.html
178-
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
172+
[stability-image]: https://img.shields.io/badge/stability-stable-green
179173
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-policy-troubleshooter.svg
180174
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-policy-troubleshooter&core=gav
181175
[authentication]: https://github.com/googleapis/google-cloud-java#authentication

0 commit comments

Comments
 (0)