mirror of https://github.com/grpc/grpc.io.git
parent
21230960a4
commit
7c08f76b1c
|
|
@ -37,7 +37,7 @@ weight: 10
|
||||||
|
|
||||||
The example code is part of the [grpc-java][] repo.
|
The example code is part of the [grpc-java][] repo.
|
||||||
|
|
||||||
1. [Dowload the repo as a zip file][download] and unzip it, or clone
|
1. [Download the repo as a zip file][download] and unzip it, or clone
|
||||||
the repo:
|
the repo:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
||||||
|
|
@ -196,7 +196,7 @@ message HelloReply {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Edit [examples/protos/helloworld.proto][] and add a new `SayHelloAgain()` method, with the
|
Open [examples/protos/helloworld.proto][] and add a new `SayHelloAgain()` method, with the
|
||||||
same request and response types:
|
same request and response types:
|
||||||
|
|
||||||
```protobuf
|
```protobuf
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ weight: 10
|
||||||
|
|
||||||
The example code is part of the [grpc-go][] repo.
|
The example code is part of the [grpc-go][] repo.
|
||||||
|
|
||||||
1. [Dowload the repo as a zip file][download] and unzip it, or clone
|
1. [Download the repo as a zip file][download] and unzip it, or clone
|
||||||
the repo:
|
the repo:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
@ -96,7 +96,7 @@ message HelloReply {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Edit `helloworld/helloworld.proto` and add a new `SayHelloAgain()` method, with
|
Open `helloworld/helloworld.proto` and add a new `SayHelloAgain()` method, with
|
||||||
the same request and response types:
|
the same request and response types:
|
||||||
|
|
||||||
```protobuf
|
```protobuf
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ weight: 10
|
||||||
|
|
||||||
The example code is part of the [grpc-java][] repo.
|
The example code is part of the [grpc-java][] repo.
|
||||||
|
|
||||||
1. [Dowload the repo as a zip file][download] and unzip it, or clone
|
1. [Download the repo as a zip file][download] and unzip it, or clone
|
||||||
the repo:
|
the repo:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ weight: 10
|
||||||
|
|
||||||
The example code is part of the [grpc-web][] repo.
|
The example code is part of the [grpc-web][] repo.
|
||||||
|
|
||||||
1. [Dowload the repo as a zip file][download] and unzip it, or clone
|
1. [Download the repo as a zip file][download] and unzip it, or clone
|
||||||
the repo:
|
the repo:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue