FileInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use fileInfoDescriptor instead')
const FileInfo$json = {
  '1': 'FileInfo',
  '2': [
    {'1': 'file_id', '3': 1, '4': 1, '5': 9, '10': 'fileId'},
    {'1': 'file_src', '3': 2, '4': 1, '5': 9, '10': 'fileSrc'},
    {'1': 'file_name', '3': 3, '4': 1, '5': 9, '10': 'fileName'},
    {'1': 'content_type', '3': 4, '4': 1, '5': 9, '10': 'contentType'},
    {'1': 'file_ext', '3': 5, '4': 1, '5': 9, '10': 'fileExt'},
    {
      '1': 'file_type',
      '3': 6,
      '4': 1,
      '5': 14,
      '6': '.jmash.protobuf.FileType',
      '10': 'fileType'
    },
    {'1': 'file_size', '3': 7, '4': 1, '5': 3, '10': 'fileSize'},
    {'1': 'hash_sm3', '3': 8, '4': 1, '5': 12, '10': 'hashSm3'},
    {'1': 'hash_sha256', '3': 9, '4': 1, '5': 12, '10': 'hashSha256'},
    {'1': 'file_width', '3': 10, '4': 1, '5': 5, '10': 'fileWidth'},
    {'1': 'file_height', '3': 11, '4': 1, '5': 5, '10': 'fileHeight'},
    {'1': 'file_time', '3': 12, '4': 1, '5': 3, '10': 'fileTime'},
    {'1': 'file_location', '3': 13, '4': 1, '5': 9, '10': 'fileLocation'},
    {
      '1': 'position',
      '3': 14,
      '4': 1,
      '5': 11,
      '6': '.jmash.protobuf.Geolocation',
      '10': 'position'
    },
    {
      '1': 'create_date',
      '3': 15,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'createDate'
    },
    {'1': 'chunk_offset', '3': 16, '4': 1, '5': 3, '10': 'chunkOffset'},
  ],
};