StatusResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use statusResponseDescriptor instead')
const StatusResponse$json = {
  '1': 'StatusResponse',
  '2': [
    {
      '1': 'timestamp',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'timestamp'
    },
    {
      '1': 'type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.google.retail.common.StatusResponse.Type',
      '10': 'type'
    },
    {'1': 'id', '3': 3, '4': 1, '5': 9, '10': 'id'},
    {'1': 'message', '3': 4, '4': 1, '5': 9, '10': 'message'},
  ],
  '4': [StatusResponse_Type$json],
};