chore(internal/serviceconfig): add java to sdk.yaml language list where supported#4547
Merged
zhumin8 merged 4 commits intogoogleapis:mainfrom Mar 12, 2026
Merged
chore(internal/serviceconfig): add java to sdk.yaml language list where supported#4547zhumin8 merged 4 commits intogoogleapis:mainfrom
zhumin8 merged 4 commits intogoogleapis:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4547 +/- ##
==========================================
- Coverage 79.66% 79.65% -0.01%
==========================================
Files 109 109
Lines 9120 9126 +6
==========================================
+ Hits 7265 7269 +4
- Misses 1344 1346 +2
Partials 511 511 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Code Review
This pull request adds java to the list of supported languages for numerous services in the sdk.yaml configuration file. The changes were applied systematically, and in each case, java has been inserted in alphabetical order within the existing language lists, which aids maintainability. The modifications appear consistent and align with the goal of updating the service configuration to reflect Java support.
JoeWang1127
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add java to language list in sdk.yaml for API path that is supported in google-cloud-java. Changes to sdk.yaml is added running the temp script in temp commit and then removed the script. It gets full list of path from google-cloud-java and adds "java" to sdk.yaml language list when the languages are explicitly listed.
For #4062