Skip to content

build: update generation config with protos from sdk-platform-java#12801

Draft
chingor13 wants to merge 3 commits intomainfrom
sdk-platform-protos
Draft

build: update generation config with protos from sdk-platform-java#12801
chingor13 wants to merge 3 commits intomainfrom
sdk-platform-protos

Conversation

@chingor13
Copy link
Copy Markdown
Contributor

@chingor13 chingor13 commented Apr 14, 2026

Fixes #12735

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request adds configurations for the Showcase, Common Protos, and IAM APIs to the generation configuration. Review feedback highlights an inconsistency in the IAM distribution name, which suggests only version 1 is included despite the presence of versions 2 and 3. Additionally, a placeholder URL in the Showcase product documentation needs to be replaced with a valid link.

Comment on lines +3055 to +3064
distribution_name: com.google.api.grpc:proto-google-iam-v1
excluded_dependencies: "grpc-google-iam-v1"
excluded_poms: "proto-google-iam-v1-bom,google-iam-policy,proto-google-iam-v1"
library_type: OTHER
GAPICs:
- proto_path: google/iam/v1
- proto_path: google/iam/v2
- proto_path: google/iam/v2beta
- proto_path: google/iam/v3
- proto_path: google/iam/v3beta
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.

high

The distribution_name is set to com.google.api.grpc:proto-google-iam-v1, but the GAPICs list includes proto paths for v2, v2beta, v3, and v3beta. This inconsistency can lead to confusion as the artifact name suggests it only contains v1 protos. Consider either splitting these into separate library entries (e.g., proto-google-iam-v2) or using a more generic distribution name if bundling multiple versions is intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[sdk-platform-java] generated modules are not in monorepo config after merge

1 participant