Skip to content

chore: update googleapis commitish to ea20a7c#13695

Open
cloud-java-bot wants to merge 2 commits into
mainfrom
update-librarian-googleapis-main
Open

chore: update googleapis commitish to ea20a7c#13695
cloud-java-bot wants to merge 2 commits into
mainfrom
update-librarian-googleapis-main

Conversation

@cloud-java-bot

Copy link
Copy Markdown
Collaborator

Updated googleapis commitish in librarian.yaml to googleapis/googleapis@ea20a7c

💡 Note: If this PR is still open when the daily update workflow runs next, it will be closed and replaced with a new PR containing the latest updates.

@cloud-java-bot cloud-java-bot requested review from a team as code owners July 8, 2026 05:33
@snippet-bot

snippet-bot Bot commented Jul 8, 2026

Copy link
Copy Markdown

Here is the summary of changes.

You are about to add 62 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

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

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.

Code Review

This pull request introduces updates across several Google Cloud Java libraries, including adding the IdentityType enum to ReasoningEngineSpec in java-aiplatform, introducing etag fields and the ML_DSA_65 signature algorithm in java-binary-authorization, and adding AgentCard and validation error tracking in java-ces. However, a critical issue was identified in java-admanager where the Maven group ID was incorrectly changed from com.google.api-ads to com.google.api-ad across metadata, README, and stub settings, which will break dependency resolution and must be reverted.

"repo": "googleapis/google-cloud-java",
"repo_short": "java-admanager",
"distribution_name": "com.google.api-ads:ad-manager",
"distribution_name": "com.google.api-ad:ad-manager",

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.

critical

The distribution name has been incorrectly changed from com.google.api-ads:ad-manager to com.google.api-ad:ad-manager. The correct Maven group ID for Google Ads / Ad Manager API artifacts is com.google.api-ads. Changing this to com.google.api-ad will break dependency resolution, builds, and library distribution. Please revert this change to use com.google.api-ads:ad-manager. Once this is reverted in the metadata, the generated files (such as README.md and stub settings) should be regenerated to use the correct group ID.

Suggested change
"distribution_name": "com.google.api-ad:ad-manager",
"distribution_name": "com.google.api-ads:ad-manager",

Comment thread java-admanager/README.md
```xml
<dependency>
<groupId>com.google.api-ads</groupId>
<groupId>com.google.api-ad</groupId>

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.

critical

The Maven group ID has been incorrectly changed from com.google.api-ads to com.google.api-ad. Please revert this to com.google.api-ads to ensure correct dependency resolution. Note that this file is auto-generated, so the root cause in java-admanager/.repo-metadata.json must be fixed first.

Suggested change
<groupId>com.google.api-ad</groupId>
<groupId>com.google.api-ads</groupId>

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.

1 participant