Home
last modified time | relevance | path

Searched defs:Health (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/src/proto/grpc/health/v1/
Dhealth.proto42 service Health { service
45 rpc Check(HealthCheckRequest) returns (HealthCheckResponse);
62 rpc Watch(HealthCheckRequest) returns (stream HealthCheckResponse);
/third_party/grpc/src/ruby/pb/grpc/health/v1/
Dhealth_services_pb.rb26 module Health module
28 module Health module
Dhealth_pb.rb24 module Health module
/third_party/grpc/src/ruby/spec/pb/codegen/grpc/testing/
Dsame_ruby_package_service_name.proto22 rpc Health(Request) returns (Status); rpc
Dsame_package_service_name.proto20 rpc Health(Request) returns (Status); rpc
/third_party/grpc/src/ruby/pb/grpc/health/
Dchecker.rb21 module Health module
/third_party/grpc/src/csharp/Grpc.HealthCheck/
DHealthGrpc.cs29 public static partial class Health class