public virtual grpc::AsyncUnaryCall <global::Grpc.Gateway.Examples.Examplepb.ABitOfEverything> DeepPathEchoAsync(global::Grpc.Gateway.Examples.Examplepb.ABitOfEverything request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken)) { return(DeepPathEchoAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }
public virtual grpc::AsyncUnaryCall <global::Grpc.Gateway.Examples.Examplepb.ABitOfEverything> DeepPathEchoAsync(global::Grpc.Gateway.Examples.Examplepb.ABitOfEverything request, grpc::CallOptions options) { return(CallInvoker.AsyncUnaryCall(__Method_DeepPathEcho, null, options, request)); }
public virtual grpc::AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> GetQueryAsync(global::Grpc.Gateway.Examples.Examplepb.ABitOfEverything request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken)) { return(GetQueryAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }
public virtual grpc::AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> GetQueryAsync(global::Grpc.Gateway.Examples.Examplepb.ABitOfEverything request, grpc::CallOptions options) { return(CallInvoker.AsyncUnaryCall(__Method_GetQuery, null, options, request)); }
public virtual global::Google.Protobuf.WellKnownTypes.Empty Update(global::Grpc.Gateway.Examples.Examplepb.ABitOfEverything request, grpc::CallOptions options) { return(CallInvoker.BlockingUnaryCall(__Method_Update, null, options, request)); }
public virtual global::Grpc.Gateway.Examples.Examplepb.ABitOfEverything CreateBody(global::Grpc.Gateway.Examples.Examplepb.ABitOfEverything request, grpc::CallOptions options) { return(CallInvoker.BlockingUnaryCall(__Method_CreateBody, null, options, request)); }
public virtual global::Grpc.Gateway.Examples.Examplepb.ABitOfEverything CreateBody(global::Grpc.Gateway.Examples.Examplepb.ABitOfEverything request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken)) { return(CreateBody(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }
public virtual global::System.Threading.Tasks.Task <global::Grpc.Gateway.Examples.Examplepb.ABitOfEverything> DeepPathEcho(global::Grpc.Gateway.Examples.Examplepb.ABitOfEverything request, grpc::ServerCallContext context) { throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); }
public virtual global::System.Threading.Tasks.Task <global::Google.Protobuf.WellKnownTypes.Empty> GetQuery(global::Grpc.Gateway.Examples.Examplepb.ABitOfEverything request, grpc::ServerCallContext context) { throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); }