Skip to content

Commit 0273734

Browse files
Simon Zeltserandrewsg
Simon Zeltser
authored andcommitted
Fixing Endpoints GRPC samples (#1449)
1 parent 21e3106 commit 0273734

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

endpoints/getting-started-grpc/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Cloud account and [SDK](https://cloud.google.com/sdk/) configured.
5656
```
5757

5858
1. Also get an API key from the Console's API Manager for use in the
59-
client later. (https://console.cloud.google.com/apis/credentials)
59+
client later. [Get API Key](https://console.cloud.google.com/apis/credentials)
6060
6161
1. Enable the Cloud Build API:
6262
@@ -72,7 +72,7 @@ Cloud account and [SDK](https://cloud.google.com/sdk/) configured.
7272
7373
1. Either deploy to GCE (below) or GKE (further down).
7474
75-
### GCE
75+
## Google Compute Engine
7676
7777
1. Enable the Compute Engine API:
7878
@@ -133,7 +133,7 @@ Cloud account and [SDK](https://cloud.google.com/sdk/) configured.
133133
gcloud compute instances delete grpc-host
134134
```
135135
136-
### GKE
136+
### Google Kubernetes Engine
137137
138138
1. Create a cluster. You can specify a different zone than us-central1-a if you
139139
want:
2.25 KB
Binary file not shown.

endpoints/getting-started-grpc/helloworld_pb2.py

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
grpcio==1.10.0
1+
grpcio==1.10.1
22
grpcio-tools==1.10.0

0 commit comments

Comments
 (0)