HopMessage$json top-level constant

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

Implementation

@$core.Deprecated('Use hopMessageDescriptor instead')
const HopMessage$json = {
  '1': 'HopMessage',
  '2': [
    {'1': 'type', '3': 1, '4': 1, '5': 14, '6': '.circuit.pb.HopMessage.Type', '9': 0, '10': 'type', '17': true},
    {'1': 'peer', '3': 2, '4': 1, '5': 11, '6': '.circuit.pb.Peer', '9': 1, '10': 'peer', '17': true},
    {'1': 'reservation', '3': 3, '4': 1, '5': 11, '6': '.circuit.pb.Reservation', '9': 2, '10': 'reservation', '17': true},
    {'1': 'limit', '3': 4, '4': 1, '5': 11, '6': '.circuit.pb.Limit', '9': 3, '10': 'limit', '17': true},
    {'1': 'status', '3': 5, '4': 1, '5': 14, '6': '.circuit.pb.Status', '9': 4, '10': 'status', '17': true},
  ],
  '4': [HopMessage_Type$json],
  '8': [
    {'1': '_type'},
    {'1': '_peer'},
    {'1': '_reservation'},
    {'1': '_limit'},
    {'1': '_status'},
  ],
};