feat(agentidentity): onboard v1 and v1beta API versions#13796
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces the new google-cloud-agentidentity Java client library, including the necessary project structure, service stubs, and test infrastructure. The reviewer identified that the API description in the metadata file and the service overview in the README were missing, and provided actionable suggestions to include these descriptions for better user context.
| <dependency> | ||
| <groupId>com.google.cloud</groupId> | ||
| <artifactId>libraries-bom</artifactId> | ||
| <version>26.83.0</version> |
There was a problem hiding this comment.
@zhumin8 @yangyzs Do you know where is this version from now? This is not the latest version of libraries-bom in versions.txt, would it cause the postsubmit CI check to fail?
I know we recently moved libraries-bom to this repo, we may want to read the libraries-bom version from versions.txt and populate it in README. cc: @jinseopkim0
Internal tracking bug: http://b/533457051 http://b/534344488