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

  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
EchoStatus.php 15 * Generated from protobuf message <code>grpc.testing.EchoStatus</code>
17 class EchoStatus extends \Google\Protobuf\Internal\Message
  /external/grpc-grpc/test/http2_test/
messages_pb2.py 23 serialized_pb=_b('\n\x0emessages.proto\x12\x0cgrpc.testing\"\x1a\n\tBoolValue\x12\r\n\x05value\x18\x01 \x01(\x08\"@\n\x07Payload\x12\'\n\x04type\x18\x01 \x01(\x0e\x32\x19.grpc.testing.PayloadType\x12\x0c\n\x04\x62ody\x18\x02 \x01(\x0c\"+\n\nEchoStatus\x12\x0c\n\x04\x63ode\x18\x01 \x01(\x05\x12\x0f\n\x07message\x18\x02 \x01(\t\"\xce\x02\n\rSimpleRequest\x12\x30\n\rresponse_type\x18\x01 \x01(\x0e\x32\x19.grpc.testing.PayloadType\x12\x15\n\rresponse_size\x18\x02 \x01(\x05\x12&\n\x07payload\x18\x03 \x01(\x0b\x32\x15.grpc.testing.Payload\x12\x15\n\rfill_username\x18\x04 \x01(\x08\x12\x18\n\x10\x66ill_oauth_scope\x18\x05 \x01(\x08\x12\x34\n\x13response_compressed\x18\x06 \x01(\x0b\x32\x17.grpc.testing.BoolValue\x12\x31\n\x0fresponse_status\x18\x07 \x01(\x0b\x32\x18.grpc.testing.EchoStatus\x12\x32\n\x11\x65xpect_compressed\x18\x08 \x01(\x0b\x32\x17.grpc.testing.BoolValue\"_\n\x0eSimpleResponse\x12&\n\x07payload\x18\x01 \x01(\x0b\x32\x15.grpc.testing.Payload\x12\x10\n\x08username\x18\x02 \x01(\t\x12\x13\n\x0boauth_scope\x18\x03 \x01(\t\"w\n\x19StreamingInputCallRequest\x12&\n\x07payload\x18\x01 \x01(\x0b\x32\x15.grpc.testing.Payload\x12\x32\n\x11\x65xpect_compressed\x18\x02 \x01(\x0b\x32\x17.grpc.testing.BoolValue\"=\n\x1aStreamingInputCallResponse\x12\x1f\n\x17\x61ggregated_payload_size\x18\x01 \x01(\x05\"d\n\x12ResponseParameters\x12\x0c\n\x04size\x18\x01 \x01(\x05\x12\x13\n\x0binterval_us\x18\x02 \x01(\x05\x12+\n\ncompressed\x18\x03 \x01(\x0b\x32\x17.grpc.testing.BoolValue\"\xe8\x01\n\x1aStreamingOutputCallRequest\x12\x30\n\rresponse_type\x18\x01 \x01(\x0e\x32\x19.grpc.testing.PayloadType\x12=\n\x13response_parameters\x18\x02 \x03(\x0b\x32 .grpc.testing.ResponseParameters\x12&\n\x07payload\x18\x03 \x01(\x0b\x32\x15.grpc.testing.Payload\x12\x31\n\x0fresponse_status\x18\x07 \x01(\x0b\x32\x18.grpc.testing.EchoStatus\"E\n\x1bStreamingOutputCallResponse\x12&\n\x07payload\x18\x01 \x01(\x0b\x32\x15.grpc.testing.Payload\"3\n\x0fReconnectParams\x12 \n\x18max_reconnect_backoff_ms\x18\x01 \x01(\x05\"3\n\rReconnectInfo\x12\x0e\n\x06passed\x18\x01 \x01(\x08\x12\x12\n\nbackoff_ms\x18\x02 \x03(\x05*\x1f\n\x0bPayloadType\x12\x10\n\x0c\x43OMPRESSABLE\x10\x00\x62\x06proto3')
120 name='EchoStatus',
121 full_name='grpc.testing.EchoStatus',
127 name='code', full_name='grpc.testing.EchoStatus.code', index=0,
134 name='message', full_name='grpc.testing.EchoStatus.message', index=1,
564 DESCRIPTOR.message_types_by_name['EchoStatus'] = _ECHOSTATUS
590 EchoStatus = _reflection.GeneratedProtocolMessageType('EchoStatus', (_message.Message,), dict(
593 # @@protoc_insertion_point(class_scope:grpc.testing.EchoStatus)
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Messages.cs 63 new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.EchoStatus), global::Grpc.Testing.EchoStatus.Parser, new[]{ "Code", "Message" }, null, null, null),
399 public sealed partial class EchoStatus : pb::IMessage<EchoStatus> {
400 private static readonly pb::MessageParser<EchoStatus> _parser = new pb::MessageParser<EchoStatus>(() => new EchoStatus());
403 public static pb::MessageParser<EchoStatus> Parser { get { return _parser; } }
416 public EchoStatus() {
423 public EchoStatus(EchoStatus other) : this()
    [all...]
  /external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
Messages.java     [all...]
  /external/grpc-grpc-java/interop-testing/src/generated/main/java/io/grpc/testing/integration/
Messages.java 773 // @@protoc_insertion_point(interface_extends:grpc.testing.EchoStatus)
797 * Protobuf type {@code grpc.testing.EchoStatus}
799 public static final class EchoStatus extends
801 // @@protoc_insertion_point(message_implements:grpc.testing.EchoStatus)
804 // Use EchoStatus.newBuilder() to construct.
805 private EchoStatus(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
808 private EchoStatus() {
818 private EchoStatus(
876 io.grpc.testing.integration.Messages.EchoStatus.class, io.grpc.testing.integration.Messages.EchoStatus.Builder.class)
    [all...]

Completed in 455 milliseconds