Skip to content

Commit e1e4059

Browse files
authored
chore(java-iam-policy): update name pretty (#13393)
Bring in change made in #13378 for iam-policy name to config and generate. run these commands locally: ``` V=$(go run github.com/googleapis/librarian/cmd/librarian@latest config get version) go run github.com/googleapis/librarian/cmd/librarian@${V} generate iam-policy ``` Fixes googleapis/librarian#6336
1 parent 1ba4a2c commit e1e4059

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@ libraries:
14421442
GAPICs:
14431443
- proto_path: google/iam/admin/v1
14441444
- api_shortname: iam-policy
1445-
name_pretty: IAM
1445+
name_pretty: Cloud IAM Policy
14461446
product_documentation: n/a
14471447
api_description: n/a
14481448
release_level: stable

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"api_shortname": "iam-policy",
3-
"name_pretty": "Google Cloud IAM Policy",
3+
"name_pretty": "Cloud 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",

java-iam-policy/README.md

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

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

55
[![Maven][maven-version-image]][maven-version-link]
66
![Stability][stability-image]
@@ -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 Cloud IAM Policy APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Cloud 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 Cloud IAM Policy [API enabled][enable-api].
74+
You will need to [enable billing][enable-billing] to use Google Cloud 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 Cloud IAM Policy
8585

8686

87-
[IAM][product-docs] n/a
87+
[Cloud 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 [Cloud IAM Policy client library docs][javadocs] to learn how to
90+
use this Cloud 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+
Cloud IAM Policy uses both gRPC and HTTP/JSON for the transport layer.
104104

105105
## Supported Java Versions
106106

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2146,7 +2146,7 @@ libraries:
21462146
- google-iam-policy
21472147
- proto-google-iam-v1
21482148
released_version: 1.90.0
2149-
name_pretty_override: IAM
2149+
name_pretty_override: Cloud IAM Policy
21502150
product_documentation_override: n/a
21512151
- name: iamcredentials
21522152
version: 2.93.0

0 commit comments

Comments
 (0)