HomeSort by relevance Sort by last modified time
    Searched refs:GaugeRequest (Results 1 - 13 of 13) sorted by null

  /external/grpc-grpc/src/ruby/pb/grpc/testing/
metrics_services_pb.rb 43 rpc :GetGauge, GaugeRequest, GaugeResponse
metrics_pb.rb 15 add_message "grpc.testing.GaugeRequest" do
25 GaugeRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.GaugeRequest").msgclass
  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
MetricsServiceClient.php 57 * @param \Grpc\Testing\GaugeRequest $argument input argument
61 public function GetGauge(\Grpc\Testing\GaugeRequest $argument,
GaugeRequest.php 14 * Generated from protobuf message <code>grpc.testing.GaugeRequest</code>
16 class GaugeRequest extends \Google\Protobuf\Internal\Message
  /external/grpc-grpc/test/cpp/util/
metrics_server.h 76 grpc::Status GetGauge(ServerContext* context, const GaugeRequest* request,
metrics_server.cc 70 const GaugeRequest* request,
  /external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/
MetricsServiceGrpc.java 62 private static volatile io.grpc.MethodDescriptor<io.grpc.testing.integration.Metrics.GaugeRequest,
67 requestType = io.grpc.testing.integration.Metrics.GaugeRequest.class,
70 public static io.grpc.MethodDescriptor<io.grpc.testing.integration.Metrics.GaugeRequest,
72 io.grpc.MethodDescriptor<io.grpc.testing.integration.Metrics.GaugeRequest, io.grpc.testing.integration.Metrics.GaugeResponse> getGetGaugeMethod;
77 io.grpc.MethodDescriptor.<io.grpc.testing.integration.Metrics.GaugeRequest, io.grpc.testing.integration.Metrics.GaugeResponse>newBuilder()
83 io.grpc.testing.integration.Metrics.GaugeRequest.getDefaultInstance()))
137 public void getGauge(io.grpc.testing.integration.Metrics.GaugeRequest request,
155 io.grpc.testing.integration.Metrics.GaugeRequest,
197 public void getGauge(io.grpc.testing.integration.Metrics.GaugeRequest request,
239 public io.grpc.testing.integration.Metrics.GaugeResponse getGauge(io.grpc.testing.integration.Metrics.GaugeRequest request)
    [all...]
  /external/grpc-grpc-java/interop-testing/src/generated/main/java/io/grpc/testing/integration/
Metrics.java 943 // @@protoc_insertion_point(interface_extends:grpc.testing.GaugeRequest)
961 * Protobuf type {@code grpc.testing.GaugeRequest}
963 public static final class GaugeRequest extends
965 // @@protoc_insertion_point(message_implements:grpc.testing.GaugeRequest)
968 // Use GaugeRequest.newBuilder() to construct.
969 private GaugeRequest(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
972 private GaugeRequest() {
981 private GaugeRequest(
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Metrics.cs 40 new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.GaugeRequest), global::Grpc.Testing.GaugeRequest.Parser, new[]{ "Name" }, null, null, null),
301 public sealed partial class GaugeRequest : pb::IMessage<GaugeRequest> {
302 private static readonly pb::MessageParser<GaugeRequest> _parser = new pb::MessageParser<GaugeRequest>(() => new GaugeRequest());
305 public static pb::MessageParser<GaugeRequest> Parser { get { return _parser; } }
318 public GaugeRequest() {
325 public GaugeRequest(GaugeRequest other) : this()
    [all...]
MetricsGrpc.cs 38 static readonly grpc::Marshaller<global::Grpc.Testing.GaugeRequest> __Marshaller_grpc_testing_GaugeRequest = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Grpc.Testing.GaugeRequest.Parser.ParseFrom);
47 static readonly grpc::Method<global::Grpc.Testing.GaugeRequest, global::Grpc.Testing.GaugeResponse> __Method_GetGauge = new grpc::Method<global::Grpc.Testing.GaugeRequest, global::Grpc.Testing.GaugeResponse>(
82 public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.GaugeResponse> GetGauge(global::Grpc.Testing.GaugeRequest request, grpc::ServerCallContext context)
144 public virtual global::Grpc.Testing.GaugeResponse GetGauge(global::Grpc.Testing.GaugeRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
154 public virtual global::Grpc.Testing.GaugeResponse GetGauge(global::Grpc.Testing.GaugeRequest request, grpc::CallOptions options)
166 public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.GaugeResponse> GetGaugeAsync(global::Grpc.Testing.GaugeRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
176 public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.GaugeResponse> GetGaugeAsync(global::Grpc.Testing.GaugeRequest request, grpc::CallOptions options)
StressTestClient.cs 253 public override Task<GaugeResponse> GetGauge(GaugeRequest request, ServerCallContext context)
  /external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
StressTestClientTest.java 156 stub.getGauge(Metrics.GaugeRequest.newBuilder().setName(gaugeName).build());
  /external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
StressTestClient.java 577 public void getGauge(Metrics.GaugeRequest request,

Completed in 535 milliseconds