Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1299,12 +1299,13 @@ libraries:
- proto_path: google/cloud/hypercomputecluster/v1beta
- proto_path: google/cloud/hypercomputecluster/v1
requires_billing: true
- api_shortname: iam
- api_shortname: iam-policy
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we need to change the api_shortname?

name_pretty: IAM
product_documentation: n/a
api_description: n/a
release_level: stable
distribution_name: com.google.cloud:google-iam-policy
api_id: iam.googleapis.com
client_documentation: https://cloud.google.com/java/docs/reference/proto-google-iam-v1/latest/history
excluded_poms: proto-google-iam-v1-bom,google-iam-policy,proto-google-iam-v1
excluded_dependencies: google-iam-policy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"api_shortname": "iam",
"api_shortname": "iam-policy",
"name_pretty": "IAM",
"product_documentation": "n/a",
"api_description": "n/a",
Expand All @@ -8,7 +8,7 @@
"transport": "both",
"language": "java",
"repo": "googleapis/google-cloud-java",
"repo_short": "java-iam",
"repo_short": "java-iam-policy",
"distribution_name": "com.google.cloud:google-iam-policy",
"api_id": "iam.googleapis.com",
"library_type": "GAPIC_AUTO",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@
<module>java-grafeas</module>
<module>java-gsuite-addons</module>
<module>java-hypercomputecluster</module>
<module>java-iam</module>
<module>java-iam-admin</module>
<module>java-iam-policy</module>
<module>java-iamcredentials</module>
<module>java-iap</module>
<module>java-ids</module>
Expand Down
Loading