This repository was archived by the owner on Apr 9, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-15
lines changed Expand file tree Collapse file tree 5 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 1
- grpc_release_tag : v1.16 .0
1
+ grpc_release_tag : v1.17 .0
2
2
grpc_java_release_tag : v1.17.0
3
3
milestones_link : https://github.com/grpc/grpc/milestones
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ tutorials and your own projects.
71
71
To install gRPC tools, run:
72
72
73
73
``` sh
74
- $ python -m pip install grpcio-tools googleapis-common-protos
74
+ $ python -m pip install grpcio-tools
75
75
```
76
76
77
77
## Download the example
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ type: markdown
8
8
<p class =" lead " >Here are some sample apps to help developers build certain functionalities</p >
9
9
10
10
<ul >
11
- <li ><a target =" _blank " href =" https://github.com/kelseyhightower/helloworld " >Go Secure Hello World Example</a ></li >
12
11
<li ><a target =" _blank " href =" https://github.com/GoogleCloudPlatform/ios-docs-samples/tree/master/speech/Objective-C/Speech-gRPC-Streaming " >Bidirectional streaming iOS client using Cloud Speech API</a ></li >
13
12
<li ><a target =" _blank " href =" https://github.com/david-cao/gRPCBenchmarks " >Android app benchmarking JSON/HTTP/1.1 and gRPC</a ></li >
14
13
</ul >
Original file line number Diff line number Diff line change @@ -18,11 +18,10 @@ with [protocol
18
18
buffers] ( https://developers.google.com/protocol-buffers/docs/overview ) . Note
19
19
that the example in this tutorial uses the
20
20
[ proto3] ( https://github.com/google/protobuf/releases ) version of the protocol
21
- buffers language, which is currently in alpha release: you can find out more in
22
- the [ proto3 language
23
- guide] ( https://developers.google.com/protocol-buffers/docs/proto3 ) and see the
24
- [ release notes] ( https://github.com/google/protobuf/releases ) for the new version
25
- in the protocol buffers GitHub repository.
21
+ buffers language. You can find out more in the
22
+ [ proto3 language guide] ( https://developers.google.com/protocol-buffers/docs/proto3 )
23
+ and see the [ release notes] ( https://github.com/google/protobuf/releases ) for
24
+ the new version in the protocol buffers GitHub repository.
26
25
27
26
<div id =" toc " ></div >
28
27
Original file line number Diff line number Diff line change @@ -158,13 +158,6 @@ First, install the grpcio-tools package:
158
158
$ pip install grpcio-tools
159
159
```
160
160
161
- Then, install the googleapis-common-proto package which is a collection of
162
- generated python classes for some common protos:
163
-
164
- ```
165
- $ pip install googleapis-common-protos
166
- ```
167
-
168
161
Use the following command to generate the Python code:
169
162
170
163
```
You can’t perform that action at this time.
0 commit comments