Synchronize new proto changes.

This commit is contained in:
googleapis-publisher 2017-03-09 14:01:40 -08:00
parent e15b9f0790
commit a48040e012
1 changed files with 0 additions and 5 deletions

View File

@ -67,11 +67,6 @@ entire repository. It is not for generating linkable client library
for a specific API. Please see other repositories under
https://github.com/googleapis for generating linkable client libraries.
### Using bazel with gRPC
Bazel build now works for a subset of the repository. You can use build
targets from this repo as dependency into your grpc code. For example,
this works: ```bazel build //google/monitoring/v3:metric_service```
### Go gRPC Source Code
It is difficult to generate Go gRPC source code from this repository,
since Go has different directory structure.