Searched defs:GetGauge (Results 1 – 5 of 5) sorted by relevance
113 …global::System.Threading.Tasks.Task<global::Grpc.Testing.GaugeResponse> GetGauge(global::Grpc.Test… in GetGauge() method in Grpc.Testing.MetricsService.MetricsServiceBase175 …public virtual global::Grpc.Testing.GaugeResponse GetGauge(global::Grpc.Testing.GaugeRequest reque… in GetGauge() method in Grpc.Testing.MetricsService.MetricsServiceClient185 …public virtual global::Grpc.Testing.GaugeResponse GetGauge(global::Grpc.Testing.GaugeRequest reque… in GetGauge() method in Grpc.Testing.MetricsService.MetricsServiceClient
253 … public override Task<GaugeResponse> GetGauge(GaugeRequest request, ServerCallContext context) in GetGauge() method in Grpc.IntegrationTesting.StressTestClient.MetricsServiceImpl
48 rpc GetGauge(GaugeRequest) returns (GaugeResponse); rpc
41 def GetGauge(self, request, context): member in MetricsServer
69 grpc::Status MetricsServiceImpl::GetGauge(ServerContext* /*context*/, in GetGauge() function in grpc::testing::MetricsServiceImpl