ProtoTransportTuple$json top-level constant

  1. @Deprecated('Use protoTransportTupleDescriptor instead')
Map<String, Object> const ProtoTransportTuple$json

Implementation

@$core.Deprecated('Use protoTransportTupleDescriptor instead')
const ProtoTransportTuple$json = {
  '1': 'ProtoTransportTuple',
  '2': [
    {'1': 'localIp', '3': 1, '4': 1, '5': 9, '10': 'localIp'},
    {'1': 'localPort', '3': 2, '4': 1, '5': 5, '10': 'localPort'},
    {'1': 'remoteIp', '3': 3, '4': 1, '5': 9, '10': 'remoteIp'},
    {'1': 'remotePort', '3': 4, '4': 1, '5': 5, '10': 'remotePort'},
    {'1': 'protocol', '3': 5, '4': 1, '5': 9, '10': 'protocol'},
    {'1': 'localAddress', '3': 6, '4': 1, '5': 9, '10': 'localAddress'},
  ],
};