Home
last modified time | relevance | path

Searched refs:Health (Results 1 – 25 of 29) sorted by relevance

12

/external/grpc-grpc/src/csharp/Grpc.HealthCheck/
DHealthGrpc.cs28 namespace Grpc.Health.V1 {
29 public static partial class Health class
33Health.V1.HealthCheckRequest> __Marshaller_grpc_health_v1_HealthCheckRequest = grpc::Marshallers.C…
34Health.V1.HealthCheckResponse> __Marshaller_grpc_health_v1_HealthCheckResponse = grpc::Marshallers…
36Health.V1.HealthCheckRequest, global::Grpc.Health.V1.HealthCheckResponse> __Method_Check = new grp…
46 get { return global::Grpc.Health.V1.HealthReflection.Descriptor.Services[0]; }
52 …lobal::System.Threading.Tasks.Task<global::Grpc.Health.V1.HealthCheckResponse> Check(global::Grpc. in Check()
82 …public virtual global::Grpc.Health.V1.HealthCheckResponse Check(global::Grpc.Health.V1.HealthCheck… in Check()
86 …public virtual global::Grpc.Health.V1.HealthCheckResponse Check(global::Grpc.Health.V1.HealthCheck… in Check()
90 …lic virtual grpc::AsyncUnaryCall<global::Grpc.Health.V1.HealthCheckResponse> CheckAsync(global::Gr… in CheckAsync()
[all …]
DHealth.cs12 namespace Grpc.Health.V1 {
40 …new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Health.V1.HealthCheckRequest), global::Grpc.Heal… in HealthReflection()
41 …:Grpc.Health.V1.HealthCheckResponse), global::Grpc.Health.V1.HealthCheckResponse.Parser, new[]{ "S… in HealthReflection()
56 get { return global::Grpc.Health.V1.HealthReflection.Descriptor.MessageTypes[0]; }
185 get { return global::Grpc.Health.V1.HealthReflection.Descriptor.MessageTypes[1]; }
213 private global::Grpc.Health.V1.HealthCheckResponse.Types.ServingStatus status_ = 0;
215 public global::Grpc.Health.V1.HealthCheckResponse.Types.ServingStatus Status {
297 … status_ = (global::Grpc.Health.V1.HealthCheckResponse.Types.ServingStatus) input.ReadEnum(); in MergeFrom()
DHealthServiceImpl.cs25 using Grpc.Health.V1;
39 public class HealthServiceImpl : Grpc.Health.V1.Health.HealthBase
DSettings.StyleCop3 <SourceFile>Health.cs</SourceFile>
/external/grpc-grpc/src/csharp/Grpc.HealthCheck.Tests/
DHealthClientServerTest.cs24 using Grpc.Health.V1;
37 Grpc.Health.V1.Health.HealthClient client;
48 Services = { Grpc.Health.V1.Health.BindService(serviceImpl) }, in Init()
54 client = new Grpc.Health.V1.Health.HealthClient(channel); in Init()
DHealthServiceImplTest.cs24 using Grpc.Health.V1;
/external/grpc-grpc/doc/
Dhealth-checking.md1 GRPC Health Checking Protocol
4 Health checks are used to probe whether the server is able to handle rpcs. The
44 service Health {
52 is `package_names.ServiceName`, such as `grpc.health.v1.Health`.
70 does not have the Health service.
/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/test/cpp/end2end/
Dhealth_service_end2end_test.cc44 using grpc::health::v1::Health;
54 class HealthCheckServiceImpl : public ::grpc::health::v1::Health::Service {
167 hc_stub_ = grpc::health::v1::Health::NewStub(channel); in ResetStubs()
223 std::unique_ptr<Health::Stub> hc_stub_;
/external/grpc-grpc-java/services/src/main/proto/grpc/health/v1/
Dhealth.proto19 option csharp_namespace = "Grpc.Health.V1";
37 service Health { service
/external/harfbuzz_ng/
DREADME.md4 [![Coverity Code Health](https://img.shields.io/coverity/scan/5450.svg)](https://scan.coverity.com/…
5 [![Codacy Code Health](https://api.codacy.com/project/badge/Grade/f17f1708783c447488bc8dd317150eaa)…
DREADME4 [![Coverity Code Health](https://img.shields.io/coverity/scan/5450.svg)](https://scan.coverity.com/…
5 [![Codacy Code Health](https://api.codacy.com/project/badge/Grade/f17f1708783c447488bc8dd317150eaa)…
/external/grpc-grpc/src/proto/grpc/health/v1/
Dhealth.proto22 option csharp_namespace = "Grpc.Health.V1";
41 service Health { service
/external/grpc-grpc/src/csharp/Grpc.Core.Testing/
DSettings.StyleCop3 <SourceFile>Health.cs</SourceFile>
/external/grpc-grpc/src/csharp/Grpc.Reflection/
DSettings.StyleCop3 <SourceFile>Health.cs</SourceFile>
/external/grpc-grpc/src/python/grpcio_health_checking/
DREADME.rst1 gRPC Python Health Checking
/external/grpc-grpc/src/ruby/pb/grpc/health/
Dchecker.rb22 module Health module
/external/llvm/test/Assembler/
D2002-04-07-HexFloatConstants.ll5 ; of the bug that was causing the Olden Health benchmark to output incorrect
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/
D2002-04-07-HexFloatConstants.ll5 ; of the bug that was causing the Olden Health benchmark to output incorrect
/external/swiftshader/third_party/LLVM/test/Assembler/
D2002-04-07-HexFloatConstants.ll5 ; of the bug that was causing the Olden Health benchmark to output incorrect
/external/grpc-grpc/templates/test/cpp/naming/
Dresolver_component_tests_defs.include65 test_runner_log('Health check: attempt to connect to DNS server over TCP.')
73 test_runner_log(('Health check: attempt to make an A-record '
/external/vulkan-validation-layers/cmake/
DCopyright_cmake.txt116 * National Library of Medicine at the National Institutes of Health
123 National Institutes of Health through the NIH Roadmap for Medical Research,
/external/vulkan-headers/cmake/
DCopyright_cmake.txt116 * National Library of Medicine at the National Institutes of Health
123 National Institutes of Health through the NIH Roadmap for Medical Research,
/external/google-styleguide/docguide/
Dbest_practices.md73 mission as a Code Health-conscious engineer is to **write for humans first,

12