Home
last modified time | relevance | path

Searched defs:GetGauge (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DMetricsGrpc.cs113 …global::System.Threading.Tasks.Task<global::Grpc.Testing.GaugeResponse> GetGauge(global::Grpc.Test… in GetGauge() method in Grpc.Testing.MetricsService.MetricsServiceBase
175 …public virtual global::Grpc.Testing.GaugeResponse GetGauge(global::Grpc.Testing.GaugeRequest reque… in GetGauge() method in Grpc.Testing.MetricsService.MetricsServiceClient
185 …public virtual global::Grpc.Testing.GaugeResponse GetGauge(global::Grpc.Testing.GaugeRequest reque… in GetGauge() method in Grpc.Testing.MetricsService.MetricsServiceClient
DStressTestClient.cs253 … public override Task<GaugeResponse> GetGauge(GaugeRequest request, ServerCallContext context) in GetGauge() method in Grpc.IntegrationTesting.StressTestClient.MetricsServiceImpl
/third_party/grpc/src/proto/grpc/testing/
Dmetrics.proto48 rpc GetGauge(GaugeRequest) returns (GaugeResponse); rpc
/third_party/grpc/src/python/grpcio_tests/tests/stress/
Dmetrics_server.py41 def GetGauge(self, request, context): member in MetricsServer
/third_party/grpc/test/cpp/util/
Dmetrics_server.cc69 grpc::Status MetricsServiceImpl::GetGauge(ServerContext* /*context*/, in GetGauge() function in grpc::testing::MetricsServiceImpl