Home
last modified time | relevance | path

Searched defs:MetricsService (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/proto/grpc/testing/
Dmetrics.proto42 service MetricsService { service
45 rpc GetAllGauges(EmptyMessage) returns (stream GaugeResponse);
48 rpc GetGauge(GaugeRequest) returns (GaugeResponse);
/third_party/grpc/src/ruby/pb/grpc/testing/
Dmetrics_services_pb.rb30 module MetricsService module
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DMetricsGrpc.cs32 public static partial class MetricsService class