feat: [backstory] new module for backstory#13334
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds a new library configuration for the backstory API (Malachite Common Protos) to generation_config.yaml. The review feedback points out that the client_documentation URL is split across two lines, which could cause parsing issues or introduce unexpected whitespace, and recommends keeping it on a single line.
| client_documentation: | ||
| https://cloud.google.com/java/docs/reference/google-cloud-backstory/latest/overview |
There was a problem hiding this comment.
The client_documentation URL is split across two lines. This can lead to parsing issues or unexpected whitespace in the parsed URL. It is recommended to keep the URL on the same line as the key.
client_documentation: https://cloud.google.com/java/docs/reference/google-cloud-backstory/latest/overviewead8cc2 to
1da984b
Compare
|
|
…#13336) This PR adds support for generating unversioned libraries (such as backstory) in the hermetic build OwlBot configuration. Historically, only versioned libraries (with v1, v1beta, etc. directories) were supported in deep-copy regex. For example, new library generation for [backstory](#13334) didn't trigger any code changes. This PR checks if a version component is present and conditionally outputs versioned or unversioned copy patterns.
…insensitive collision



Generated by @blakeli0 via generate_new_client_hermetic_build.yaml
Command used: