HomeSort by relevance Sort by last modified time
    Searched defs:GaugeResponse (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
GaugeResponse.php 14 * Generated from protobuf message <code>grpc.testing.GaugeResponse</code>
16 class GaugeResponse extends \Google\Protobuf\Internal\Message
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Metrics.cs 39 new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.GaugeResponse), global::Grpc.Testing.GaugeResponse.Parser, new[]{ "Name", "LongValue", "DoubleValue", "StringValue" }, new[]{ "Value" }, null, null),
51 public sealed partial class GaugeResponse : pb::IMessage<GaugeResponse> {
52 private static readonly pb::MessageParser<GaugeResponse> _parser = new pb::MessageParser<GaugeResponse>(() => new GaugeResponse());
55 public static pb::MessageParser<GaugeResponse> Parser { get { return _parser; } }
68 public GaugeResponse() {
75 public GaugeResponse(GaugeResponse other) : this()
    [all...]
  /external/grpc-grpc-java/interop-testing/src/generated/main/java/io/grpc/testing/integration/
Metrics.java 18 // @@protoc_insertion_point(interface_extends:grpc.testing.GaugeResponse)
51 public io.grpc.testing.integration.Metrics.GaugeResponse.ValueCase getValueCase();
58 * Protobuf type {@code grpc.testing.GaugeResponse}
60 public static final class GaugeResponse extends
62 // @@protoc_insertion_point(message_implements:grpc.testing.GaugeResponse)
65 // Use GaugeResponse.newBuilder() to construct.
66 private GaugeResponse(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
69 private GaugeResponse() {
78 private GaugeResponse(
147 io.grpc.testing.integration.Metrics.GaugeResponse.class, io.grpc.testing.integration.Metrics.GaugeResponse.Builder.class)
    [all...]

Completed in 920 milliseconds