• Home
  • Raw
  • Download

Lines Matching full:grpc

3 //     source: src/proto/grpc/testing/test.proto
6 // Copyright 2015-2016 gRPC authors.
26 using grpc = global::Grpc.Core; typedef
28 namespace Grpc.Testing {
35 static readonly string __ServiceName = "grpc.testing.TestService";
37grpc::Marshaller<global::Grpc.Testing.Empty> __Marshaller_grpc_testing_Empty = grpc::Marshallers.C…
38grpc::Marshaller<global::Grpc.Testing.SimpleRequest> __Marshaller_grpc_testing_SimpleRequest = grp…
39grpc::Marshaller<global::Grpc.Testing.SimpleResponse> __Marshaller_grpc_testing_SimpleResponse = g…
40grpc::Marshaller<global::Grpc.Testing.StreamingOutputCallRequest> __Marshaller_grpc_testing_Stream…
41grpc::Marshaller<global::Grpc.Testing.StreamingOutputCallResponse> __Marshaller_grpc_testing_Strea…
42grpc::Marshaller<global::Grpc.Testing.StreamingInputCallRequest> __Marshaller_grpc_testing_Streami…
43grpc::Marshaller<global::Grpc.Testing.StreamingInputCallResponse> __Marshaller_grpc_testing_Stream…
45 …ly grpc::Method<global::Grpc.Testing.Empty, global::Grpc.Testing.Empty> __Method_EmptyCall = new g…
46 grpc::MethodType.Unary,
52grpc::Method<global::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> __Method_Una…
53 grpc::MethodType.Unary,
59grpc::Method<global::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> __Method_Cac…
60 grpc::MethodType.Unary,
66grpc::Method<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.StreamingOutput…
67 grpc::MethodType.ServerStreaming,
73grpc::Method<global::Grpc.Testing.StreamingInputCallRequest, global::Grpc.Testing.StreamingInputCa…
74 grpc::MethodType.ClientStreaming,
80grpc::Method<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.StreamingOutput…
81 grpc::MethodType.DuplexStreaming,
87grpc::Method<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.StreamingOutput…
88 grpc::MethodType.DuplexStreaming,
94grpc::Method<global::Grpc.Testing.Empty, global::Grpc.Testing.Empty> __Method_UnimplementedCall = …
95 grpc::MethodType.Unary,
104 get { return global::Grpc.Testing.TestReflection.Descriptor.Services[0]; }
116 …bal::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> EmptyCall(global::Grpc.Testing.Empty … in EmptyCall()
118 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in EmptyCall()
127 …tem.Threading.Tasks.Task<global::Grpc.Testing.SimpleResponse> UnaryCall(global::Grpc.Testing.Simpl… in UnaryCall()
129 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in UnaryCall()
140 …hreading.Tasks.Task<global::Grpc.Testing.SimpleResponse> CacheableUnaryCall(global::Grpc.Testing.S… in CacheableUnaryCall()
142 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in CacheableUnaryCall()
153 …al::Grpc.Testing.StreamingOutputCallRequest request, grpc::IServerStreamWriter<global::Grpc.Testin… in StreamingOutputCall()
155 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in StreamingOutputCall()
165Grpc.Testing.StreamingInputCallResponse> StreamingInputCall(grpc::IAsyncStreamReader<global::Grpc.… in StreamingInputCall()
167 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in StreamingInputCall()
179grpc::IAsyncStreamReader<global::Grpc.Testing.StreamingOutputCallRequest> requestStream, grpc::ISe… in FullDuplexCall()
181 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in FullDuplexCall()
194grpc::IAsyncStreamReader<global::Grpc.Testing.StreamingOutputCallRequest> requestStream, grpc::ISe… in HalfDuplexCall()
196 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in HalfDuplexCall()
206 …:System.Threading.Tasks.Task<global::Grpc.Testing.Empty> UnimplementedCall(global::Grpc.Testing.Em… in UnimplementedCall()
208 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in UnimplementedCall()
214 public partial class TestServiceClient : grpc::ClientBase<TestServiceClient>
218 public TestServiceClient(grpc::Channel channel) : base(channel) in TestServiceClient()
223 public TestServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in TestServiceClient()
244 …public virtual global::Grpc.Testing.Empty EmptyCall(global::Grpc.Testing.Empty request, grpc::Meta… in EmptyCall()
246 return EmptyCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in EmptyCall()
254 …public virtual global::Grpc.Testing.Empty EmptyCall(global::Grpc.Testing.Empty request, grpc::Call… in EmptyCall()
266 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> EmptyCallAsync(global::Grpc.Testin… in EmptyCallAsync()
268 return EmptyCallAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in EmptyCallAsync()
276 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> EmptyCallAsync(global::Grpc.Testin… in EmptyCallAsync()
288 …public virtual global::Grpc.Testing.SimpleResponse UnaryCall(global::Grpc.Testing.SimpleRequest re… in UnaryCall()
290 return UnaryCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in UnaryCall()
298 …public virtual global::Grpc.Testing.SimpleResponse UnaryCall(global::Grpc.Testing.SimpleRequest re… in UnaryCall()
310 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.SimpleResponse> UnaryCallAsync(global::Gr… in UnaryCallAsync()
312 return UnaryCallAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in UnaryCallAsync()
320 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.SimpleResponse> UnaryCallAsync(global::Gr… in UnaryCallAsync()
334 …public virtual global::Grpc.Testing.SimpleResponse CacheableUnaryCall(global::Grpc.Testing.SimpleR… in CacheableUnaryCall()
336 … return CacheableUnaryCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in CacheableUnaryCall()
346 …public virtual global::Grpc.Testing.SimpleResponse CacheableUnaryCall(global::Grpc.Testing.SimpleR… in CacheableUnaryCall()
360 …ic virtual grpc::AsyncUnaryCall<global::Grpc.Testing.SimpleResponse> CacheableUnaryCallAsync(globa… in CacheableUnaryCallAsync()
362 …return CacheableUnaryCallAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken… in CacheableUnaryCallAsync()
372 …ic virtual grpc::AsyncUnaryCall<global::Grpc.Testing.SimpleResponse> CacheableUnaryCallAsync(globa… in CacheableUnaryCallAsync()
385grpc::AsyncServerStreamingCall<global::Grpc.Testing.StreamingOutputCallResponse> StreamingOutputCa… in StreamingOutputCall()
387 … return StreamingOutputCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in StreamingOutputCall()
396grpc::AsyncServerStreamingCall<global::Grpc.Testing.StreamingOutputCallResponse> StreamingOutputCa… in StreamingOutputCall()
408grpc::AsyncClientStreamingCall<global::Grpc.Testing.StreamingInputCallRequest, global::Grpc.Testi… in StreamingInputCall()
410 return StreamingInputCall(new grpc::CallOptions(headers, deadline, cancellationToken)); in StreamingInputCall()
418grpc::AsyncClientStreamingCall<global::Grpc.Testing.StreamingInputCallRequest, global::Grpc.Testi… in StreamingInputCall()
431 …l grpc::AsyncDuplexStreamingCall<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Tes… in FullDuplexCall()
433 return FullDuplexCall(new grpc::CallOptions(headers, deadline, cancellationToken)); in FullDuplexCall()
442 …l grpc::AsyncDuplexStreamingCall<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Tes… in FullDuplexCall()
456 …l grpc::AsyncDuplexStreamingCall<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Tes… in HalfDuplexCall()
458 return HalfDuplexCall(new grpc::CallOptions(headers, deadline, cancellationToken)); in HalfDuplexCall()
468 …l grpc::AsyncDuplexStreamingCall<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Tes… in HalfDuplexCall()
481 …public virtual global::Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, gr… in UnimplementedCall()
483 … return UnimplementedCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in UnimplementedCall()
492 …public virtual global::Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, gr… in UnimplementedCall()
505 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> UnimplementedCallAsync(global::Grp… in UnimplementedCallAsync()
507 …return UnimplementedCallAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)… in UnimplementedCallAsync()
516 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> UnimplementedCallAsync(global::Grp… in UnimplementedCallAsync()
529 public static grpc::ServerServiceDefinition BindService(TestServiceBase serviceImpl) in BindService()
531 return grpc::ServerServiceDefinition.CreateBuilder() in BindService()
549 static readonly string __ServiceName = "grpc.testing.UnimplementedService";
551grpc::Marshaller<global::Grpc.Testing.Empty> __Marshaller_grpc_testing_Empty = grpc::Marshallers.C…
553grpc::Method<global::Grpc.Testing.Empty, global::Grpc.Testing.Empty> __Method_UnimplementedCall = …
554 grpc::MethodType.Unary,
563 get { return global::Grpc.Testing.TestReflection.Descriptor.Services[1]; }
575 …:System.Threading.Tasks.Task<global::Grpc.Testing.Empty> UnimplementedCall(global::Grpc.Testing.Em… in UnimplementedCall()
577 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in UnimplementedCall()
583 public partial class UnimplementedServiceClient : grpc::ClientBase<UnimplementedServiceClient>
587 public UnimplementedServiceClient(grpc::Channel channel) : base(channel) in UnimplementedServiceClient()
592 public UnimplementedServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in UnimplementedServiceClient()
613 …public virtual global::Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, gr… in UnimplementedCall()
615 … return UnimplementedCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in UnimplementedCall()
623 …public virtual global::Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, gr… in UnimplementedCall()
635 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> UnimplementedCallAsync(global::Grp… in UnimplementedCallAsync()
637 …return UnimplementedCallAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)… in UnimplementedCallAsync()
645 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> UnimplementedCallAsync(global::Grp… in UnimplementedCallAsync()
658 public static grpc::ServerServiceDefinition BindService(UnimplementedServiceBase serviceImpl) in BindService()
660 return grpc::ServerServiceDefinition.CreateBuilder() in BindService()
670 static readonly string __ServiceName = "grpc.testing.ReconnectService";
672grpc::Marshaller<global::Grpc.Testing.ReconnectParams> __Marshaller_grpc_testing_ReconnectParams =…
673grpc::Marshaller<global::Grpc.Testing.Empty> __Marshaller_grpc_testing_Empty = grpc::Marshallers.C…
674grpc::Marshaller<global::Grpc.Testing.ReconnectInfo> __Marshaller_grpc_testing_ReconnectInfo = grp…
676grpc::Method<global::Grpc.Testing.ReconnectParams, global::Grpc.Testing.Empty> __Method_Start = ne…
677 grpc::MethodType.Unary,
683grpc::Method<global::Grpc.Testing.Empty, global::Grpc.Testing.ReconnectInfo> __Method_Stop = new
684 grpc::MethodType.Unary,
693 get { return global::Grpc.Testing.TestReflection.Descriptor.Services[2]; }
699 …::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> Start(global::Grpc.Testing.ReconnectPara… in Start()
701 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in Start()
704 …al::System.Threading.Tasks.Task<global::Grpc.Testing.ReconnectInfo> Stop(global::Grpc.Testing.Empt… in Stop()
706 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in Stop()
712 public partial class ReconnectServiceClient : grpc::ClientBase<ReconnectServiceClient>
716 public ReconnectServiceClient(grpc::Channel channel) : base(channel) in ReconnectServiceClient()
721 public ReconnectServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in ReconnectServiceClient()
734 …public virtual global::Grpc.Testing.Empty Start(global::Grpc.Testing.ReconnectParams request, grpc in Start()
736 return Start(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in Start()
738 …public virtual global::Grpc.Testing.Empty Start(global::Grpc.Testing.ReconnectParams request, grpc in Start()
742 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> StartAsync(global::Grpc.Testing.Re… in StartAsync()
744 return StartAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in StartAsync()
746 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> StartAsync(global::Grpc.Testing.Re… in StartAsync()
750 …public virtual global::Grpc.Testing.ReconnectInfo Stop(global::Grpc.Testing.Empty request, grpc::M… in Stop()
752 return Stop(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in Stop()
754 …public virtual global::Grpc.Testing.ReconnectInfo Stop(global::Grpc.Testing.Empty request, grpc::C… in Stop()
758 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.ReconnectInfo> StopAsync(global::Grpc.Tes… in StopAsync()
760 return StopAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in StopAsync()
762 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.ReconnectInfo> StopAsync(global::Grpc.Tes… in StopAsync()
775 public static grpc::ServerServiceDefinition BindService(ReconnectServiceBase serviceImpl) in BindService()
777 return grpc::ServerServiceDefinition.CreateBuilder() in BindService()