googleapis / gapic-generator

Tools for generating API client libraries from API Service Configuration descriptions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java: Support bundling of proto/grpc classes in same package

garrettjonesgoogle opened this issue · comments

Currently, the output build.gradle assumes that the proto/grpc classes will be in a separate package. For many APIs, it may be simpler to just bundle it all together; we should add an option to make this possible.

Currently, the output build.gradle assumes that the proto/grpc classes will be in a separate package. For many APIs, it may be simpler to just bundle it all together; we should add an option to make this possible.

Noted and will put on the internal backlog. Closing as obsolete due to the new Java microgenerator.