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

[gRPC] Add new options to control the gRPC code generation #8298

Merged
merged 1 commit into from
May 15, 2024

Conversation

anton-bobukh
Copy link
Contributor

The new options are:

  • --grpc-filename-suffix controls the suffix of the generated files;
  • --grpc-use-system-headers controls the type of C++ includes generated;
  • --grpc-search-path controls the directory that contains gRPC runtime;
  • --grpc-additional-header allows to provide additional dependencies for the generated code.

The new options are:

-  `--grpc-filename-suffix` controls the suffix of the generated files;
-  `--grpc-use-system-headers` controls the type of C++ includes generated;
-  `--grpc-search-path` controls the directory that contains gRPC runtime;
-  `--grpc-additional-header` allows to provide additional dependencies for the generated code.
@github-actions github-actions bot added c++ codegen Involving generating code from schema grpc labels May 3, 2024
@dbaileychess dbaileychess merged commit 150644d into google:master May 15, 2024
45 of 47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ codegen Involving generating code from schema grpc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants