Home
last modified time | relevance | path

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

123

/third_party/grpc/src/csharp/Grpc.HealthCheck/
DHealthGrpc.cs28 namespace Grpc.Health.V1 {
29 public static partial class Health class
63Health.V1.HealthCheckRequest> __Marshaller_grpc_health_v1_HealthCheckRequest = grpc::Marshallers.C…
64Health.V1.HealthCheckResponse> __Marshaller_grpc_health_v1_HealthCheckResponse = grpc::Marshallers…
66Health.V1.HealthCheckRequest, global::Grpc.Health.V1.HealthCheckResponse> __Method_Check = new grp…
73Health.V1.HealthCheckRequest, global::Grpc.Health.V1.HealthCheckResponse> __Method_Watch = new grp…
83 get { return global::Grpc.Health.V1.HealthReflection.Descriptor.Services[0]; }
87 [grpc::BindServiceMethod(typeof(Health), "BindService")]
97 …lobal::System.Threading.Tasks.Task<global::Grpc.Health.V1.HealthCheckResponse> Check(global::Grpc. in Check()
123 …ding.Tasks.Task Watch(global::Grpc.Health.V1.HealthCheckRequest request, grpc::IServerStreamWriter… in Watch()
[all …]
DHealth.cs12 namespace Grpc.Health.V1 {
42 …new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Health.V1.HealthCheckRequest), global::Grpc.Heal… in HealthReflection()
43 …:Grpc.Health.V1.HealthCheckResponse), global::Grpc.Health.V1.HealthCheckResponse.Parser, new[]{ "S… in HealthReflection()
62 get { return global::Grpc.Health.V1.HealthReflection.Descriptor.MessageTypes[0]; }
234 get { return global::Grpc.Health.V1.HealthReflection.Descriptor.MessageTypes[1]; }
262 …private global::Grpc.Health.V1.HealthCheckResponse.Types.ServingStatus status_ = global::Grpc.Heal…
264 public global::Grpc.Health.V1.HealthCheckResponse.Types.ServingStatus Status {
291 …if (Status != global::Grpc.Health.V1.HealthCheckResponse.Types.ServingStatus.Unknown) hash ^= Stat… in GetHashCode()
308 if (Status != global::Grpc.Health.V1.HealthCheckResponse.Types.ServingStatus.Unknown) { in WriteTo()
321 if (Status != global::Grpc.Health.V1.HealthCheckResponse.Types.ServingStatus.Unknown) { in IBufferMessage.InternalWriteTo()
[all …]
DHealthServiceImpl.cs26 using Grpc.Health.V1;
40 public class HealthServiceImpl : Grpc.Health.V1.Health.HealthBase
DSettings.StyleCop3 <SourceFile>Health.cs</SourceFile>
/third_party/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()
/third_party/flutter/flutter/packages/flutter_driver/lib/src/common/
Dhealth.dart37 class Health extends Result {
38 /// Creates a [Health] object with the given [status].
39 const Health(this.status)
48 static Health fromJson(Map<String, dynamic> json) {
49 return Health(_healthStatusIndex.lookupBySimpleName(json['status']));
/third_party/grpc/examples/csharp/Xds/GreeterServer/
DProgram.cs21 using Grpc.Health;
22 using Grpc.Health.V1;
66 …var serviceDescriptors = new [] {Greeter.Descriptor, Health.Descriptor, ServerReflection.Descripto… in RunServer()
73 …Services = { Greeter.BindService(greeterImpl), Health.BindService(healthServiceImpl), ServerReflec… in RunServer()
/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/doc/
Dhealth-checking.md1 GRPC Health Checking Protocol
4 Health checks are used to probe whether the server is able to handle rpcs. The
45 service Health {
55 is `package_names.ServiceName`, such as `grpc.health.v1.Health`.
73 does not have the Health service.
/third_party/grpc/examples/python/xds/
DREADME.md84 grpc.health.v1.Health
93 grpc.health.v1.Health/Check
99 grpc.health.v1.Health/Check
/third_party/grpc/examples/csharp/Xds/
DREADME.md80 grpc.health.v1.Health
89 grpc.health.v1.Health/Check
95 grpc.health.v1.Health/Check
/third_party/flutter/skia/third_party/externals/harfbuzz/
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)…
/third_party/skia/third_party/externals/harfbuzz/
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)…
/third_party/harfbuzz/
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)…
/third_party/grpc/doc/python/sphinx/
Dgrpc_health_checking.rst1 gRPC Health Checking
/third_party/typescript/tests/baselines/reference/
Des6ClassTest2.types104 throw new Error('Health must be non-negative.')
105 >new Error('Health must be non-negative.') : Error
107 >'Health must be non-negative.' : "Health must be non-negative."
/third_party/grpc/src/csharp/Grpc.Reflection/
DSettings.StyleCop3 <SourceFile>Health.cs</SourceFile>
/third_party/grpc/src/csharp/Grpc.Core.Testing/
DSettings.StyleCop3 <SourceFile>Health.cs</SourceFile>
/third_party/grpc/src/proto/grpc/health/v1/
Dhealth.proto22 option csharp_namespace = "Grpc.Health.V1";
42 service Health { service
/third_party/grpc/src/python/grpcio_health_checking/
DREADME.rst1 gRPC Python Health Checking
/third_party/grpc/test/cpp/end2end/
Dhealth_service_end2end_test.cc45 using grpc::health::v1::Health;
129 hc_stub_ = grpc::health::v1::Health::NewStub(channel); in ResetStubs()
280 std::unique_ptr<Health::Stub> hc_stub_;
Dtest_health_check_service_impl.h34 class HealthCheckServiceImpl : public health::v1::Health::Service {
/third_party/grpc/src/ruby/pb/grpc/health/
Dchecker.rb21 module Health module

123