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

chore: README.md to explain service_config.proto #1361

Merged
merged 3 commits into from
Feb 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions gapic-generator-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,16 @@ Replaces the Java parts of the
[older monolithic generator](https://github.com/googleapis/gapic-generator).

See [DEVELOPMENT.md](DEVELOPMENT.md) for setting up development environment.

## service_config.proto

We use the `src/main/proto/service_config.proto` file to generate corresponding
Java class files.
They are needed to generate client libraries for gRPC-based Google services.

The source of `src/main/proto/service_config.proto` is the
[https://github.com/grpc/grpc-proto repository](
https://github.com/grpc/grpc-proto/blob/master/grpc/service_config/service_config.proto).
We copy the file from the repository when a new enhancement is made in the file
and the service team asks us to incorporate the enhancement into the code
generator.