feat: [appoptimize] new module for appoptimize#12697
feat: [appoptimize] new module for appoptimize#12697cloud-java-bot wants to merge 4 commits intomainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds the App Optimize API configuration to generation_config.yaml, including metadata, documentation links, and distribution settings. Feedback was provided regarding the formatting of the client_documentation URL, which is currently split across two lines and should be consolidated on a single line for consistency and to prevent potential parsing errors.
| client_documentation: | ||
| https://cloud.google.com/java/docs/reference/google-cloud-appoptimize/latest/overview |
There was a problem hiding this comment.
The client_documentation URL is split across two lines. In YAML, when a plain scalar starts on a new line after a key with a trailing space, it can sometimes result in an unintended leading space in the parsed value. It should be placed on the same line as the key for clarity, correctness, and consistency with other documentation links in this file.
client_documentation: https://cloud.google.com/java/docs/reference/google-cloud-appoptimize/latest/overview
Generated by @diegomarquezp via generate_new_client_hermetic_build.yaml
Command used: