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";
37 …static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::Serializatio… in __Helper_SerializeMessage()
56 …static T __Helper_DeserializeMessage<T>(grpc::DeserializationContext context, global::Google.Proto…
67 …grpc::Marshaller<global::Grpc.Testing.Empty> __Marshaller_grpc_testing_Empty = grpc::Marshallers.C…
68 …grpc::Marshaller<global::Grpc.Testing.SimpleRequest> __Marshaller_grpc_testing_SimpleRequest = grp…
69 …grpc::Marshaller<global::Grpc.Testing.SimpleResponse> __Marshaller_grpc_testing_SimpleResponse = g…
70 …grpc::Marshaller<global::Grpc.Testing.StreamingOutputCallRequest> __Marshaller_grpc_testing_Stream…
71 …grpc::Marshaller<global::Grpc.Testing.StreamingOutputCallResponse> __Marshaller_grpc_testing_Strea…
72 …grpc::Marshaller<global::Grpc.Testing.StreamingInputCallRequest> __Marshaller_grpc_testing_Streami…
73 …grpc::Marshaller<global::Grpc.Testing.StreamingInputCallResponse> __Marshaller_grpc_testing_Stream…
75 …ly grpc::Method<global::Grpc.Testing.Empty, global::Grpc.Testing.Empty> __Method_EmptyCall = new g…
76 grpc::MethodType.Unary,
82 …grpc::Method<global::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> __Method_Una…
83 grpc::MethodType.Unary,
89 …grpc::Method<global::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> __Method_Cac…
90 grpc::MethodType.Unary,
96 …grpc::Method<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.StreamingOutput…
97 grpc::MethodType.ServerStreaming,
103 …grpc::Method<global::Grpc.Testing.StreamingInputCallRequest, global::Grpc.Testing.StreamingInputCa…
104 grpc::MethodType.ClientStreaming,
110 …grpc::Method<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.StreamingOutput…
111 grpc::MethodType.DuplexStreaming,
117 …grpc::Method<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.StreamingOutput…
118 grpc::MethodType.DuplexStreaming,
124 …grpc::Method<global::Grpc.Testing.Empty, global::Grpc.Testing.Empty> __Method_UnimplementedCall = …
125 grpc::MethodType.Unary,
134 get { return global::Grpc.Testing.TestReflection.Descriptor.Services[0]; }
138 [grpc::BindServiceMethod(typeof(TestService), "BindService")]
147 …bal::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> EmptyCall(global::Grpc.Testing.Empty … in EmptyCall()
149 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in EmptyCall()
158 …tem.Threading.Tasks.Task<global::Grpc.Testing.SimpleResponse> UnaryCall(global::Grpc.Testing.Simpl… in UnaryCall()
160 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in UnaryCall()
171 …hreading.Tasks.Task<global::Grpc.Testing.SimpleResponse> CacheableUnaryCall(global::Grpc.Testing.S… in CacheableUnaryCall()
173 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in CacheableUnaryCall()
184 …al::Grpc.Testing.StreamingOutputCallRequest request, grpc::IServerStreamWriter<global::Grpc.Testin… in StreamingOutputCall()
186 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in StreamingOutputCall()
196 …Grpc.Testing.StreamingInputCallResponse> StreamingInputCall(grpc::IAsyncStreamReader<global::Grpc.… in StreamingInputCall()
198 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in StreamingInputCall()
210 …grpc::IAsyncStreamReader<global::Grpc.Testing.StreamingOutputCallRequest> requestStream, grpc::ISe… in FullDuplexCall()
212 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in FullDuplexCall()
225 …grpc::IAsyncStreamReader<global::Grpc.Testing.StreamingOutputCallRequest> requestStream, grpc::ISe… in HalfDuplexCall()
227 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in HalfDuplexCall()
237 …:System.Threading.Tasks.Task<global::Grpc.Testing.Empty> UnimplementedCall(global::Grpc.Testing.Em… in UnimplementedCall()
239 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in UnimplementedCall()
245 public partial class TestServiceClient : grpc::ClientBase<TestServiceClient>
249 public TestServiceClient(grpc::ChannelBase channel) : base(channel) in TestServiceClient()
254 public TestServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in TestServiceClient()
275 …public virtual global::Grpc.Testing.Empty EmptyCall(global::Grpc.Testing.Empty request, grpc::Meta… in EmptyCall()
277 return EmptyCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in EmptyCall()
285 …public virtual global::Grpc.Testing.Empty EmptyCall(global::Grpc.Testing.Empty request, grpc::Call… in EmptyCall()
297 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> EmptyCallAsync(global::Grpc.Testin… in EmptyCallAsync()
299 return EmptyCallAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in EmptyCallAsync()
307 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> EmptyCallAsync(global::Grpc.Testin… in EmptyCallAsync()
319 …public virtual global::Grpc.Testing.SimpleResponse UnaryCall(global::Grpc.Testing.SimpleRequest re… in UnaryCall()
321 return UnaryCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in UnaryCall()
329 …public virtual global::Grpc.Testing.SimpleResponse UnaryCall(global::Grpc.Testing.SimpleRequest re… in UnaryCall()
341 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.SimpleResponse> UnaryCallAsync(global::Gr… in UnaryCallAsync()
343 return UnaryCallAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in UnaryCallAsync()
351 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.SimpleResponse> UnaryCallAsync(global::Gr… in UnaryCallAsync()
365 …public virtual global::Grpc.Testing.SimpleResponse CacheableUnaryCall(global::Grpc.Testing.SimpleR… in CacheableUnaryCall()
367 … return CacheableUnaryCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in CacheableUnaryCall()
377 …public virtual global::Grpc.Testing.SimpleResponse CacheableUnaryCall(global::Grpc.Testing.SimpleR… in CacheableUnaryCall()
391 …ic virtual grpc::AsyncUnaryCall<global::Grpc.Testing.SimpleResponse> CacheableUnaryCallAsync(globa… in CacheableUnaryCallAsync()
393 …return CacheableUnaryCallAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken… in CacheableUnaryCallAsync()
403 …ic virtual grpc::AsyncUnaryCall<global::Grpc.Testing.SimpleResponse> CacheableUnaryCallAsync(globa… in CacheableUnaryCallAsync()
416 …grpc::AsyncServerStreamingCall<global::Grpc.Testing.StreamingOutputCallResponse> StreamingOutputCa… in StreamingOutputCall()
418 … return StreamingOutputCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in StreamingOutputCall()
427 …grpc::AsyncServerStreamingCall<global::Grpc.Testing.StreamingOutputCallResponse> StreamingOutputCa… in StreamingOutputCall()
439 … grpc::AsyncClientStreamingCall<global::Grpc.Testing.StreamingInputCallRequest, global::Grpc.Testi… in StreamingInputCall()
441 return StreamingInputCall(new grpc::CallOptions(headers, deadline, cancellationToken)); in StreamingInputCall()
449 … grpc::AsyncClientStreamingCall<global::Grpc.Testing.StreamingInputCallRequest, global::Grpc.Testi… in StreamingInputCall()
462 …l grpc::AsyncDuplexStreamingCall<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Tes… in FullDuplexCall()
464 return FullDuplexCall(new grpc::CallOptions(headers, deadline, cancellationToken)); in FullDuplexCall()
473 …l grpc::AsyncDuplexStreamingCall<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Tes… in FullDuplexCall()
487 …l grpc::AsyncDuplexStreamingCall<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Tes… in HalfDuplexCall()
489 return HalfDuplexCall(new grpc::CallOptions(headers, deadline, cancellationToken)); in HalfDuplexCall()
499 …l grpc::AsyncDuplexStreamingCall<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Tes… in HalfDuplexCall()
512 …public virtual global::Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, gr… in UnimplementedCall()
514 … return UnimplementedCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in UnimplementedCall()
523 …public virtual global::Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, gr… in UnimplementedCall()
536 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> UnimplementedCallAsync(global::Grp… in UnimplementedCallAsync()
538 …return UnimplementedCallAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)… in UnimplementedCallAsync()
547 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> UnimplementedCallAsync(global::Grp… in UnimplementedCallAsync()
560 public static grpc::ServerServiceDefinition BindService(TestServiceBase serviceImpl) in BindService()
562 return grpc::ServerServiceDefinition.CreateBuilder() in BindService()
577 … public static void BindService(grpc::ServiceBinderBase serviceBinder, TestServiceBase serviceImpl) in BindService()
579 …EmptyCall, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Grpc.Testing.Empty, gl… in BindService()
580 …yCall, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Grpc.Testing.SimpleRequest… in BindService()
581 …yCall, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Grpc.Testing.SimpleRequest… in BindService()
582 …iceImpl == null ? null : new grpc::ServerStreamingServerMethod<global::Grpc.Testing.StreamingOutpu… in BindService()
583 …iceImpl == null ? null : new grpc::ClientStreamingServerMethod<global::Grpc.Testing.StreamingInput… in BindService()
584 …iceImpl == null ? null : new grpc::DuplexStreamingServerMethod<global::Grpc.Testing.StreamingOutpu… in BindService()
585 …iceImpl == null ? null : new grpc::DuplexStreamingServerMethod<global::Grpc.Testing.StreamingOutpu… in BindService()
586 …entedCall, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Grpc.Testing.Empty, gl… in BindService()
596 static readonly string __ServiceName = "grpc.testing.UnimplementedService";
598 …static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::Serializatio… in __Helper_SerializeMessage()
617 …static T __Helper_DeserializeMessage<T>(grpc::DeserializationContext context, global::Google.Proto…
628 …grpc::Marshaller<global::Grpc.Testing.Empty> __Marshaller_grpc_testing_Empty = grpc::Marshallers.C…
630 …grpc::Method<global::Grpc.Testing.Empty, global::Grpc.Testing.Empty> __Method_UnimplementedCall = …
631 grpc::MethodType.Unary,
640 get { return global::Grpc.Testing.TestReflection.Descriptor.Services[1]; }
644 [grpc::BindServiceMethod(typeof(UnimplementedService), "BindService")]
653 …:System.Threading.Tasks.Task<global::Grpc.Testing.Empty> UnimplementedCall(global::Grpc.Testing.Em… in UnimplementedCall()
655 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in UnimplementedCall()
661 public partial class UnimplementedServiceClient : grpc::ClientBase<UnimplementedServiceClient>
665 public UnimplementedServiceClient(grpc::ChannelBase channel) : base(channel) in UnimplementedServiceClient()
670 public UnimplementedServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in UnimplementedServiceClient()
691 …public virtual global::Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, gr… in UnimplementedCall()
693 … return UnimplementedCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in UnimplementedCall()
701 …public virtual global::Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, gr… in UnimplementedCall()
713 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> UnimplementedCallAsync(global::Grp… in UnimplementedCallAsync()
715 …return UnimplementedCallAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)… in UnimplementedCallAsync()
723 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> UnimplementedCallAsync(global::Grp… in UnimplementedCallAsync()
736 public static grpc::ServerServiceDefinition BindService(UnimplementedServiceBase serviceImpl) in BindService()
738 return grpc::ServerServiceDefinition.CreateBuilder() in BindService()
746 …public static void BindService(grpc::ServiceBinderBase serviceBinder, UnimplementedServiceBase ser… in BindService()
748 …entedCall, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Grpc.Testing.Empty, gl… in BindService()
757 static readonly string __ServiceName = "grpc.testing.ReconnectService";
759 …static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::Serializatio… in __Helper_SerializeMessage()
778 …static T __Helper_DeserializeMessage<T>(grpc::DeserializationContext context, global::Google.Proto…
789 …grpc::Marshaller<global::Grpc.Testing.ReconnectParams> __Marshaller_grpc_testing_ReconnectParams =…
790 …grpc::Marshaller<global::Grpc.Testing.Empty> __Marshaller_grpc_testing_Empty = grpc::Marshallers.C…
791 …grpc::Marshaller<global::Grpc.Testing.ReconnectInfo> __Marshaller_grpc_testing_ReconnectInfo = grp…
793 …grpc::Method<global::Grpc.Testing.ReconnectParams, global::Grpc.Testing.Empty> __Method_Start = ne…
794 grpc::MethodType.Unary,
800 … grpc::Method<global::Grpc.Testing.Empty, global::Grpc.Testing.ReconnectInfo> __Method_Stop = new …
801 grpc::MethodType.Unary,
810 get { return global::Grpc.Testing.TestReflection.Descriptor.Services[2]; }
814 [grpc::BindServiceMethod(typeof(ReconnectService), "BindService")]
817 …::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> Start(global::Grpc.Testing.ReconnectPara… in Start()
819 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in Start()
822 …al::System.Threading.Tasks.Task<global::Grpc.Testing.ReconnectInfo> Stop(global::Grpc.Testing.Empt… in Stop()
824 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in Stop()
830 public partial class ReconnectServiceClient : grpc::ClientBase<ReconnectServiceClient>
834 public ReconnectServiceClient(grpc::ChannelBase channel) : base(channel) in ReconnectServiceClient()
839 public ReconnectServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in ReconnectServiceClient()
852 …public virtual global::Grpc.Testing.Empty Start(global::Grpc.Testing.ReconnectParams request, grpc… in Start()
854 return Start(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in Start()
856 …public virtual global::Grpc.Testing.Empty Start(global::Grpc.Testing.ReconnectParams request, grpc… in Start()
860 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> StartAsync(global::Grpc.Testing.Re… in StartAsync()
862 return StartAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in StartAsync()
864 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> StartAsync(global::Grpc.Testing.Re… in StartAsync()
868 …public virtual global::Grpc.Testing.ReconnectInfo Stop(global::Grpc.Testing.Empty request, grpc::M… in Stop()
870 return Stop(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in Stop()
872 …public virtual global::Grpc.Testing.ReconnectInfo Stop(global::Grpc.Testing.Empty request, grpc::C… in Stop()
876 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.ReconnectInfo> StopAsync(global::Grpc.Tes… in StopAsync()
878 return StopAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in StopAsync()
880 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.ReconnectInfo> StopAsync(global::Grpc.Tes… in StopAsync()
893 public static grpc::ServerServiceDefinition BindService(ReconnectServiceBase serviceImpl) in BindService()
895 return grpc::ServerServiceDefinition.CreateBuilder() in BindService()
904 …public static void BindService(grpc::ServiceBinderBase serviceBinder, ReconnectServiceBase service… in BindService()
906 …tart, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Grpc.Testing.ReconnectParam… in BindService()
907 …thod_Stop, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Grpc.Testing.Empty, gl… in BindService()
916 static readonly string __ServiceName = "grpc.testing.LoadBalancerStatsService";
918 …static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::Serializatio… in __Helper_SerializeMessage()
937 …static T __Helper_DeserializeMessage<T>(grpc::DeserializationContext context, global::Google.Proto…
948 …grpc::Marshaller<global::Grpc.Testing.LoadBalancerStatsRequest> __Marshaller_grpc_testing_LoadBala…
949 …grpc::Marshaller<global::Grpc.Testing.LoadBalancerStatsResponse> __Marshaller_grpc_testing_LoadBal…
950 …grpc::Marshaller<global::Grpc.Testing.LoadBalancerAccumulatedStatsRequest> __Marshaller_grpc_testi…
951 …grpc::Marshaller<global::Grpc.Testing.LoadBalancerAccumulatedStatsResponse> __Marshaller_grpc_test…
953 …grpc::Method<global::Grpc.Testing.LoadBalancerStatsRequest, global::Grpc.Testing.LoadBalancerStats…
954 grpc::MethodType.Unary,
960 …grpc::Method<global::Grpc.Testing.LoadBalancerAccumulatedStatsRequest, global::Grpc.Testing.LoadBa…
961 grpc::MethodType.Unary,
970 get { return global::Grpc.Testing.TestReflection.Descriptor.Services[3]; }
974 [grpc::BindServiceMethod(typeof(LoadBalancerStatsService), "BindService")]
983 …Tasks.Task<global::Grpc.Testing.LoadBalancerStatsResponse> GetClientStats(global::Grpc.Testing.Loa… in GetClientStats()
985 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in GetClientStats()
994 …l::Grpc.Testing.LoadBalancerAccumulatedStatsResponse> GetClientAccumulatedStats(global::Grpc.Testi… in GetClientAccumulatedStats()
996 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in GetClientAccumulatedStats()
1002 …public partial class LoadBalancerStatsServiceClient : grpc::ClientBase<LoadBalancerStatsServiceCli…
1006 public LoadBalancerStatsServiceClient(grpc::ChannelBase channel) : base(channel) in LoadBalancerStatsServiceClient()
1011 public LoadBalancerStatsServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in LoadBalancerStatsServiceClient()
1032 …lic virtual global::Grpc.Testing.LoadBalancerStatsResponse GetClientStats(global::Grpc.Testing.Loa… in GetClientStats()
1034 return GetClientStats(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in GetClientStats()
1042 …lic virtual global::Grpc.Testing.LoadBalancerStatsResponse GetClientStats(global::Grpc.Testing.Loa… in GetClientStats()
1054 …l grpc::AsyncUnaryCall<global::Grpc.Testing.LoadBalancerStatsResponse> GetClientStatsAsync(global:… in GetClientStatsAsync()
1056 … return GetClientStatsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in GetClientStatsAsync()
1064 …l grpc::AsyncUnaryCall<global::Grpc.Testing.LoadBalancerStatsResponse> GetClientStatsAsync(global:… in GetClientStatsAsync()
1076 …l::Grpc.Testing.LoadBalancerAccumulatedStatsResponse GetClientAccumulatedStats(global::Grpc.Testin… in GetClientAccumulatedStats()
1078 …return GetClientAccumulatedStats(request, new grpc::CallOptions(headers, deadline, cancellationTok… in GetClientAccumulatedStats()
1086 …l::Grpc.Testing.LoadBalancerAccumulatedStatsResponse GetClientAccumulatedStats(global::Grpc.Testin… in GetClientAccumulatedStats()
1098 …grpc::AsyncUnaryCall<global::Grpc.Testing.LoadBalancerAccumulatedStatsResponse> GetClientAccumulat… in GetClientAccumulatedStatsAsync()
1100 …return GetClientAccumulatedStatsAsync(request, new grpc::CallOptions(headers, deadline, cancellati… in GetClientAccumulatedStatsAsync()
1108 …grpc::AsyncUnaryCall<global::Grpc.Testing.LoadBalancerAccumulatedStatsResponse> GetClientAccumulat… in GetClientAccumulatedStatsAsync()
1121 … public static grpc::ServerServiceDefinition BindService(LoadBalancerStatsServiceBase serviceImpl) in BindService()
1123 return grpc::ServerServiceDefinition.CreateBuilder() in BindService()
1132 …public static void BindService(grpc::ServiceBinderBase serviceBinder, LoadBalancerStatsServiceBase… in BindService()
1134 …, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Grpc.Testing.LoadBalancerStatsR… in BindService()
1135 …iceImpl == null ? null : new grpc::UnaryServerMethod<global::Grpc.Testing.LoadBalancerAccumulatedS… in BindService()
1144 static readonly string __ServiceName = "grpc.testing.XdsUpdateHealthService";
1146 …static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::Serializatio… in __Helper_SerializeMessage()
1165 …static T __Helper_DeserializeMessage<T>(grpc::DeserializationContext context, global::Google.Proto…
1176 …grpc::Marshaller<global::Grpc.Testing.Empty> __Marshaller_grpc_testing_Empty = grpc::Marshallers.C…
1178 …y grpc::Method<global::Grpc.Testing.Empty, global::Grpc.Testing.Empty> __Method_SetServing = new g…
1179 grpc::MethodType.Unary,
1185 … grpc::Method<global::Grpc.Testing.Empty, global::Grpc.Testing.Empty> __Method_SetNotServing = new…
1186 grpc::MethodType.Unary,
1195 get { return global::Grpc.Testing.TestReflection.Descriptor.Services[4]; }
1199 [grpc::BindServiceMethod(typeof(XdsUpdateHealthService), "BindService")]
1202 …bal::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> SetServing(global::Grpc.Testing.Empty… in SetServing()
1204 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in SetServing()
1207 …l::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> SetNotServing(global::Grpc.Testing.Empt… in SetNotServing()
1209 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in SetNotServing()
1215 … public partial class XdsUpdateHealthServiceClient : grpc::ClientBase<XdsUpdateHealthServiceClient>
1219 public XdsUpdateHealthServiceClient(grpc::ChannelBase channel) : base(channel) in XdsUpdateHealthServiceClient()
1224 public XdsUpdateHealthServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in XdsUpdateHealthServiceClient()
1237 …public virtual global::Grpc.Testing.Empty SetServing(global::Grpc.Testing.Empty request, grpc::Met… in SetServing()
1239 return SetServing(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in SetServing()
1241 …public virtual global::Grpc.Testing.Empty SetServing(global::Grpc.Testing.Empty request, grpc::Cal… in SetServing()
1245 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> SetServingAsync(global::Grpc.Testi… in SetServingAsync()
1247 … return SetServingAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in SetServingAsync()
1249 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> SetServingAsync(global::Grpc.Testi… in SetServingAsync()
1253 …public virtual global::Grpc.Testing.Empty SetNotServing(global::Grpc.Testing.Empty request, grpc::… in SetNotServing()
1255 return SetNotServing(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in SetNotServing()
1257 …public virtual global::Grpc.Testing.Empty SetNotServing(global::Grpc.Testing.Empty request, grpc::… in SetNotServing()
1261 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> SetNotServingAsync(global::Grpc.Te… in SetNotServingAsync()
1263 … return SetNotServingAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in SetNotServingAsync()
1265 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> SetNotServingAsync(global::Grpc.Te… in SetNotServingAsync()
1278 public static grpc::ServerServiceDefinition BindService(XdsUpdateHealthServiceBase serviceImpl) in BindService()
1280 return grpc::ServerServiceDefinition.CreateBuilder() in BindService()
1289 …public static void BindService(grpc::ServiceBinderBase serviceBinder, XdsUpdateHealthServiceBase s… in BindService()
1291 …etServing, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Grpc.Testing.Empty, gl… in BindService()
1292 …otServing, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Grpc.Testing.Empty, gl… in BindService()
1301 static readonly string __ServiceName = "grpc.testing.XdsUpdateClientConfigureService";
1303 …static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::Serializatio… in __Helper_SerializeMessage()
1322 …static T __Helper_DeserializeMessage<T>(grpc::DeserializationContext context, global::Google.Proto…
1333 …grpc::Marshaller<global::Grpc.Testing.ClientConfigureRequest> __Marshaller_grpc_testing_ClientConf…
1334 …grpc::Marshaller<global::Grpc.Testing.ClientConfigureResponse> __Marshaller_grpc_testing_ClientCon…
1336 …grpc::Method<global::Grpc.Testing.ClientConfigureRequest, global::Grpc.Testing.ClientConfigureResp…
1337 grpc::MethodType.Unary,
1346 get { return global::Grpc.Testing.TestReflection.Descriptor.Services[5]; }
1350 [grpc::BindServiceMethod(typeof(XdsUpdateClientConfigureService), "BindService")]
1359 …ding.Tasks.Task<global::Grpc.Testing.ClientConfigureResponse> Configure(global::Grpc.Testing.Clien… in Configure()
1361 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in Configure()
1367 …public partial class XdsUpdateClientConfigureServiceClient : grpc::ClientBase<XdsUpdateClientConfi…
1371 public XdsUpdateClientConfigureServiceClient(grpc::ChannelBase channel) : base(channel) in XdsUpdateClientConfigureServiceClient()
1376 … public XdsUpdateClientConfigureServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in XdsUpdateClientConfigureServiceClient()
1397 …public virtual global::Grpc.Testing.ClientConfigureResponse Configure(global::Grpc.Testing.ClientC… in Configure()
1399 return Configure(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in Configure()
1407 …public virtual global::Grpc.Testing.ClientConfigureResponse Configure(global::Grpc.Testing.ClientC… in Configure()
1419 …irtual grpc::AsyncUnaryCall<global::Grpc.Testing.ClientConfigureResponse> ConfigureAsync(global::G… in ConfigureAsync()
1421 return ConfigureAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in ConfigureAsync()
1429 …irtual grpc::AsyncUnaryCall<global::Grpc.Testing.ClientConfigureResponse> ConfigureAsync(global::G… in ConfigureAsync()
1442 …public static grpc::ServerServiceDefinition BindService(XdsUpdateClientConfigureServiceBase servic… in BindService()
1444 return grpc::ServerServiceDefinition.CreateBuilder() in BindService()
1452 …public static void BindService(grpc::ServiceBinderBase serviceBinder, XdsUpdateClientConfigureServ… in BindService()
1454 …e, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Grpc.Testing.ClientConfigureRe… in BindService()