Skip to content

Commit 71c4bf7

Browse files
chore: generate libraries at Wed Mar 4 22:33:01 UTC 2026
1 parent a879bc1 commit 71c4bf7

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

java-iam-policy/.repo-metadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"api_shortname": "iam",
3-
"name_pretty": "IAM",
2+
"api_shortname": "iam-policy",
3+
"name_pretty": "IAM Policy",
44
"product_documentation": "n/a",
55
"api_description": "n/a",
66
"client_documentation": "https://cloud.google.com/java/docs/reference/proto-google-iam-v1/latest/history",
77
"release_level": "stable",
88
"transport": "both",
99
"language": "java",
1010
"repo": "googleapis/google-cloud-java",
11-
"repo_short": "java-iam",
11+
"repo_short": "java-iam-policy",
1212
"distribution_name": "com.google.cloud:google-iam-policy",
13-
"api_id": "iam.googleapis.com",
13+
"api_id": "iam-policy.googleapis.com",
1414
"library_type": "GAPIC_AUTO",
1515
"requires_billing": true,
1616
"excluded_dependencies": "google-iam-policy",

java-iam-policy/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Google IAM Client for Java
1+
# Google IAM Policy Client for Java
22

3-
Java idiomatic client for [IAM][product-docs].
3+
Java idiomatic client for [IAM Policy][product-docs].
44

55
[![Maven][maven-version-image]][maven-version-link]
66
![Stability][stability-image]
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-iam-policy</artifactId>
45-
<version>1.83.0</version>
45+
<version>1.84.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.cloud:google-iam-policy:1.83.0'
52+
implementation 'com.google.cloud:google-iam-policy:1.84.0'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-iam-policy" % "1.83.0"
58+
libraryDependencies += "com.google.cloud" % "google-iam-policy" % "1.84.0"
5959
```
6060

6161
## Authentication
@@ -64,14 +64,14 @@ See the [Authentication][authentication] section in the base directory's README.
6464

6565
## Authorization
6666

67-
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired IAM APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the IAM API calls.
67+
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired IAM Policy APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the IAM Policy API calls.
6868

6969
## Getting Started
7070

7171
### Prerequisites
7272

73-
You will need a [Google Cloud Platform Console][developer-console] project with the IAM [API enabled][enable-api].
74-
You will need to [enable billing][enable-billing] to use Google IAM.
73+
You will need a [Google Cloud Platform Console][developer-console] project with the IAM Policy [API enabled][enable-api].
74+
You will need to [enable billing][enable-billing] to use Google IAM Policy.
7575
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
7676
[installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands in command line:
7777
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
@@ -81,13 +81,13 @@ You will need to [enable billing][enable-billing] to use Google IAM.
8181
You'll need to obtain the `google-iam-policy` library. See the [Quickstart](#quickstart) section
8282
to add `google-iam-policy` as a dependency in your code.
8383

84-
## About IAM
84+
## About IAM Policy
8585

8686

87-
[IAM][product-docs] n/a
87+
[IAM Policy][product-docs] n/a
8888

89-
See the [IAM client library docs][javadocs] to learn how to
90-
use this IAM Client Library.
89+
See the [IAM Policy client library docs][javadocs] to learn how to
90+
use this IAM Policy Client Library.
9191

9292

9393

@@ -100,7 +100,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
100100

101101
## Transport
102102

103-
IAM uses both gRPC and HTTP/JSON for the transport layer.
103+
IAM Policy uses both gRPC and HTTP/JSON for the transport layer.
104104

105105
## Supported Java Versions
106106

@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
175175
[javadocs]: https://cloud.google.com/java/docs/reference/proto-google-iam-v1/latest/history
176176
[stability-image]: https://img.shields.io/badge/stability-stable-green
177177
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-iam-policy.svg
178-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-iam-policy/1.83.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-iam-policy/1.84.0
179179
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
180180
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
181181
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
@@ -188,7 +188,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
188188
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
189189
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE
190190
[enable-billing]: https://cloud.google.com/apis/docs/getting-started#enabling_billing
191-
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=iam.googleapis.com
191+
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=iam-policy.googleapis.com
192192
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM
193193
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
194194

0 commit comments

Comments
 (0)