protodoc.io
Project tikv/grpc-rs
Welcome
Readme
License
Commits
GitHub project
Download proto files
Desktop application
Contact us
google.protobuf
google.rpc
grpc.health.v1
grpc.testing
helloworld
routeguide
grpc.health.v1
Health
Check
HealthCheckRequest
HealthCheckResponse
ServingStatus
package
grpc.health.v1
Get desktop application:
View/edit binary Protocol Buffers messages
service
Health
health.proto:33
rpc
Check
(
HealthCheckRequest
,
HealthCheckResponse
)
health.proto:34
message
HealthCheckRequest
health.proto:20
string
service
= 1
message
HealthCheckResponse
health.proto:24
HealthCheckResponse.ServingStatus
status
= 1
enum
HealthCheckResponse.ServingStatus
health.proto:25
Used in:
HealthCheckResponse
UNKNOWN
= 0
SERVING
= 1
NOT_SERVING
= 2