package grpc.health.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Health

health.proto:45

Health is gRPC's mechanism for checking whether a server is able to handle RPCs. Its semantics are documented in https://github.com/grpc/grpc/blob/master/doc/health-checking.md.

message HealthCheckRequest

health.proto:28

Used as request type in: Health.Check, Health.Watch

message HealthCheckResponse

health.proto:32

Used as response type in: Health.Check, Health.Watch

enum HealthCheckResponse.ServingStatus

health.proto:33

Used in: HealthCheckResponse