Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/pb/grpc/health/v1/
Dhealth_services_pb.rb26 module Health module
28 module Health module
Dhealth_pb.rb21 module Health module
/external/grpc-grpc/src/proto/grpc/health/v1/
Dhealth.proto41 service Health { service
42 rpc Check(HealthCheckRequest) returns (HealthCheckResponse);
/external/grpc-grpc-java/services/src/main/proto/grpc/health/v1/
Dhealth.proto37 service Health { service
38 rpc Check(HealthCheckRequest) returns (HealthCheckResponse);
/external/grpc-grpc/src/ruby/pb/grpc/health/
Dchecker.rb22 module Health module
/external/grpc-grpc/src/csharp/Grpc.HealthCheck/
DHealthGrpc.cs29 public static partial class Health class