Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add include_protos option to generation #177

Merged
merged 3 commits into from
Jan 10, 2019
Merged

Conversation

crwilcox
Copy link
Contributor

@crwilcox crwilcox commented Jan 9, 2019

This option will enable requesting the protos files to be in genfiles.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 9, 2019
@@ -52,7 +52,7 @@ def java_library(self, service: str, version: str, **kwargs) -> Path:
return self._generate_code(service, version, "java", **kwargs)

def _generate_code(
self, service, version, language, config_path=None, artman_output_name=None
self, service, version, language, config_path=None, artman_output_name=None, include_protos=False,

This comment was marked as spam.

@crwilcox crwilcox merged commit 8e95a23 into master Jan 10, 2019
@tseaver tseaver deleted the add_include_protos branch January 11, 2019 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants