Home
last modified time | relevance | path

Searched defs:HealthCheckResponse (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/ruby/pb/grpc/health/v1/
Dhealth_pb.rb27HealthCheckResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.health.v1.Hea… constant
/third_party/grpc/src/csharp/Grpc.HealthCheck/
DHealth.cs222 public sealed partial class HealthCheckResponse : pb::IMessage<HealthCheckResponse> class
243 public HealthCheckResponse() { in HealthCheckResponse() method in Grpc.Health.V1.HealthCheckResponse
250 public HealthCheckResponse(HealthCheckResponse other) : this() { in HealthCheckResponse() method in Grpc.Health.V1.HealthCheckResponse
/third_party/grpc/src/proto/grpc/health/v1/
Dhealth.proto32 message HealthCheckResponse { message
/third_party/grpc/src/ruby/pb/grpc/health/
Dchecker.rb25 HealthCheckResponse = V1::HealthCheckResponse constant in Grpc.Health.Checker