DeliveryBatch$json top-level constant

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

Implementation

@$core.Deprecated('Use deliveryBatchDescriptor instead')
const DeliveryBatch$json = {
  '1': 'DeliveryBatch',
  '2': [
    {
      '1': 'RowVersion',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.RowVersion',
      '10': 'RowVersion'
    },
    {'1': 'Id', '3': 2, '4': 1, '5': 11, '6': '.DeliveryBatchId', '10': 'Id'},
    {
      '1': 'Deliveries',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.DeliveryBatchEntryId',
      '10': 'Deliveries'
    },
    {
      '1': 'AssignedTo',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.UserId',
      '10': 'AssignedTo'
    },
    {
      '1': 'Created',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'Created'
    },
    {
      '1': 'Status',
      '3': 6,
      '4': 1,
      '5': 14,
      '6': '.Delivery.DeliveryStatus',
      '10': 'Status'
    },
    {
      '1': 'Location',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.ContainerId',
      '10': 'Location'
    },
  ],
};