InboxMessage$json top-level constant

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

Implementation

@$core.Deprecated('Use inboxMessageDescriptor instead')
const InboxMessage$json = const {
  '1': 'InboxMessage',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 11, '6': '.spine.server.delivery.InboxMessageId', '8': const {}, '10': 'id'},
    const {'1': 'signal_id', '3': 2, '4': 1, '5': 11, '6': '.spine.server.delivery.InboxSignalId', '8': const {}, '10': 'signalId'},
    const {'1': 'inbox_id', '3': 3, '4': 1, '5': 11, '6': '.spine.server.delivery.InboxId', '8': const {}, '10': 'inboxId'},
    const {'1': 'event', '3': 5, '4': 1, '5': 11, '6': '.spine.core.Event', '9': 0, '10': 'event'},
    const {'1': 'command', '3': 6, '4': 1, '5': 11, '6': '.spine.core.Command', '9': 0, '10': 'command'},
    const {'1': 'label', '3': 7, '4': 1, '5': 14, '6': '.spine.server.delivery.InboxLabel', '8': const {}, '10': 'label'},
    const {'1': 'status', '3': 8, '4': 1, '5': 14, '6': '.spine.server.delivery.InboxMessageStatus', '8': const {}, '10': 'status'},
    const {'1': 'when_received', '3': 9, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '8': const {}, '10': 'whenReceived'},
    const {'1': 'version', '3': 10, '4': 1, '5': 5, '8': const {}, '10': 'version'},
    const {'1': 'keep_until', '3': 11, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'keepUntil'},
  ],
  '7': const {},
  '8': const [
    const {'1': 'payload'},
  ],
  '9': const [
    const {'1': 4, '2': 5},
  ],
  '10': const ['shard_index'],
};