Home | History | Annotate | Download | only in Grpc.HealthCheck

Lines Matching refs:gRPC

3 //     source: grpc/health/v1/health.proto
6 // Copyright 2015 The gRPC Authors
21 // https://github.com/grpc/grpc-proto/blob/master/grpc/health/v1/health.proto
26 using grpc = global::Grpc.Core;
28 namespace Grpc.Health.V1 {
31 static readonly string __ServiceName = "grpc.health.v1.Health";
33 static readonly grpc::Marshaller<global::Grpc.Health.V1.HealthCheckRequest> __Marshaller_grpc_health_v1_HealthCheckRequest = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Grpc.Health.V1.HealthCheckRequest.Parser.ParseFrom);
34 static readonly grpc::Marshaller<global::Grpc.Health.V1.HealthCheckResponse> __Marshaller_grpc_health_v1_HealthCheckResponse = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Grpc.Health.V1.HealthCheckResponse.Parser.ParseFrom);
36 static readonly grpc::Method<global::Grpc.Health.V1.HealthCheckRequest, global::Grpc.Health.V1.HealthCheckResponse> __Method_Check = new grpc::Method<global::Grpc.Health.V1.HealthCheckRequest, global::Grpc.Health.V1.HealthCheckResponse>(
37 grpc::MethodType.Unary,
46 get { return global::Grpc.Health.V1.HealthReflection.Descriptor.Services[0]; }
52 public virtual global::System.Threading.Tasks.Task<global::Grpc.Health.V1.HealthCheckResponse> Check(global::Grpc.Health.V1.HealthCheckRequest request, grpc::ServerCallContext context)
54 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
60 public partial class HealthClient : grpc::ClientBase<HealthClient>
64 public HealthClient(grpc::Channel channel) : base(channel)
69 public HealthClient(grpc::CallInvoker callInvoker) : base(callInvoker)
82 public virtual global::Grpc.Health.V1.HealthCheckResponse Check(global::Grpc.Health.V1.HealthCheckRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
84 return Check(request, new grpc::CallOptions(headers, deadline, cancellationToken));
86 public virtual global::Grpc.Health.V1.HealthCheckResponse Check(global::Grpc.Health.V1.HealthCheckRequest request, grpc::CallOptions options)
90 public virtual grpc::AsyncUnaryCall<global::Grpc.Health.V1.HealthCheckResponse> CheckAsync(global::Grpc.Health.V1.HealthCheckRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
92 return CheckAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
94 public virtual grpc::AsyncUnaryCall<global::Grpc.Health.V1.HealthCheckResponse> CheckAsync(global::Grpc.Health.V1.HealthCheckRequest request, grpc::CallOptions options)
107 public static grpc::ServerServiceDefinition BindService(HealthBase serviceImpl)
109 return grpc::ServerServiceDefinition.CreateBuilder()