/third_party/grpc/src/csharp/Grpc.HealthCheck/ |
D | HealthGrpc.cs | 28 namespace Grpc.Health.V1 { 29 public static partial class Health class 63 …Health.V1.HealthCheckRequest> __Marshaller_grpc_health_v1_HealthCheckRequest = grpc::Marshallers.C… 64 …Health.V1.HealthCheckResponse> __Marshaller_grpc_health_v1_HealthCheckResponse = grpc::Marshallers… 66 …Health.V1.HealthCheckRequest, global::Grpc.Health.V1.HealthCheckResponse> __Method_Check = new grp… 73 …Health.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 …]
|
D | Health.cs | 12 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 …]
|
D | HealthServiceImpl.cs | 26 using Grpc.Health.V1; 40 public class HealthServiceImpl : Grpc.Health.V1.Health.HealthBase
|
D | Settings.StyleCop | 3 <SourceFile>Health.cs</SourceFile>
|
/third_party/grpc/src/csharp/Grpc.HealthCheck.Tests/ |
D | HealthClientServerTest.cs | 24 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/ |
D | health.dart | 37 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/ |
D | Program.cs | 21 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/ |
D | health_services_pb.rb | 26 module Health module 28 module Health module
|
D | health_pb.rb | 24 module Health module
|
/third_party/grpc/doc/ |
D | health-checking.md | 1 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/ |
D | README.md | 84 grpc.health.v1.Health 93 grpc.health.v1.Health/Check 99 grpc.health.v1.Health/Check
|
/third_party/grpc/examples/csharp/Xds/ |
D | README.md | 80 grpc.health.v1.Health 89 grpc.health.v1.Health/Check 95 grpc.health.v1.Health/Check
|
/third_party/flutter/skia/third_party/externals/harfbuzz/ |
D | README.md | 4 [![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)…
|
D | README | 4 [![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/ |
D | README.md | 4 [![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/ |
D | README.md | 4 [![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/ |
D | grpc_health_checking.rst | 1 gRPC Health Checking
|
/third_party/typescript/tests/baselines/reference/ |
D | es6ClassTest2.types | 104 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/ |
D | Settings.StyleCop | 3 <SourceFile>Health.cs</SourceFile>
|
/third_party/grpc/src/csharp/Grpc.Core.Testing/ |
D | Settings.StyleCop | 3 <SourceFile>Health.cs</SourceFile>
|
/third_party/grpc/src/proto/grpc/health/v1/ |
D | health.proto | 22 option csharp_namespace = "Grpc.Health.V1"; 42 service Health { service
|
/third_party/grpc/src/python/grpcio_health_checking/ |
D | README.rst | 1 gRPC Python Health Checking
|
/third_party/grpc/test/cpp/end2end/ |
D | health_service_end2end_test.cc | 45 using grpc::health::v1::Health; 129 hc_stub_ = grpc::health::v1::Health::NewStub(channel); in ResetStubs() 280 std::unique_ptr<Health::Stub> hc_stub_;
|
D | test_health_check_service_impl.h | 34 class HealthCheckServiceImpl : public health::v1::Health::Service {
|
/third_party/grpc/src/ruby/pb/grpc/health/ |
D | checker.rb | 21 module Health module
|