Skip to content

Commit

Permalink
chore: README.md to explain service_config.proto (#1361)
Browse files Browse the repository at this point in the history
* chore: README.md to explain service_config.proto

* add link
  • Loading branch information
suztomo authored and lqiu96 committed Feb 23, 2023
1 parent eeb5665 commit 40e49da
Showing 1 changed file with 13 additions and 0 deletions.
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.

0 comments on commit 40e49da

Please sign in to comment.