protodoc.io
Project feast-dev/feast
Welcome
Readme
License
Commits
GitHub project
Download proto files
Desktop application
Contact us
Default package
feast.core
feast.registry
feast.serving
feast.storage
feast.types
google.protobuf
grpc.connector
grpc.health.v1
grpc.health.v1
Health
Check
HealthCheckRequest
HealthCheckResponse
ServingStatus
package
grpc.health.v1
Get desktop application:
View/edit binary Protocol Buffers messages
service
Health
HealthService.proto:22
rpc
Check
(
HealthCheckRequest
,
HealthCheckResponse
)
HealthService.proto:23
message
HealthCheckRequest
HealthService.proto:8
string
service
= 1
message
HealthCheckResponse
HealthService.proto:18
ServingStatus
status
= 1
enum
ServingStatus
HealthService.proto:12
Used in:
HealthCheckResponse
UNKNOWN
= 0
SERVING
= 1
NOT_SERVING
= 2