Searched defs:CacheableUnaryCall (Results 1 – 6 of 6) sorted by relevance
38 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse); rpc
37 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse); rpc
75 public function CacheableUnaryCall(\Grpc\Testing\SimpleRequest $argument, function in Grpc\\Testing\\TestServiceClient
1043 ### CacheableUnaryCall subsection1044 [CacheableUnaryCall]: #cacheableunarycall
140 …::System.Threading.Tasks.Task<global::Grpc.Testing.SimpleResponse> CacheableUnaryCall(global::Grpc… in CacheableUnaryCall() method in Grpc.Testing.TestService.TestServiceBase334 …public virtual global::Grpc.Testing.SimpleResponse CacheableUnaryCall(global::Grpc.Testing.SimpleR… in CacheableUnaryCall() method in Grpc.Testing.TestService.TestServiceClient346 …public virtual global::Grpc.Testing.SimpleResponse CacheableUnaryCall(global::Grpc.Testing.SimpleR… in CacheableUnaryCall() method in Grpc.Testing.TestService.TestServiceClient
148 Status CacheableUnaryCall(ServerContext* context, in CacheableUnaryCall() function in TestServiceImpl