gapic-generator-java icon indicating copy to clipboard operation
gapic-generator-java copied to clipboard

Get library parameters from service yaml if they exist

Open JoeWang1127 opened this issue 1 year ago • 0 comments

Current, most of the library parameters, e.g., api_shortname, api_description, etc., comes from the generation configuration.

Some parameters can be read from service yaml and we can remove them from the generation configuration, which makes the parameters accurate because service yaml is the source of truth.

A internal project (b/337770400) is trying to consolidate all parameters into service yaml.

JoeWang1127 avatar Nov 07 '24 16:11 JoeWang1127