Record$json top-level constant

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

Implementation

@$core.Deprecated('Use recordDescriptor instead')
const Record$json = const {
  '1': 'Record',
  '2': const [
    const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
    const {'1': 'blob_size', '3': 3, '4': 1, '5': 3, '10': 'blobSize'},
    const {
      '1': 'properties',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.opensaves.Record.PropertiesEntry',
      '10': 'properties'
    },
    const {'1': 'owner_id', '3': 5, '4': 1, '5': 9, '10': 'ownerId'},
    const {'1': 'tags', '3': 6, '4': 3, '5': 9, '10': 'tags'},
    const {
      '1': 'created_at',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'createdAt'
    },
    const {
      '1': 'updated_at',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'updatedAt'
    },
    const {'1': 'chunked', '3': 9, '4': 1, '5': 8, '10': 'chunked'},
    const {'1': 'chunk_count', '3': 10, '4': 1, '5': 3, '10': 'chunkCount'},
    const {'1': 'opaque_string', '3': 11, '4': 1, '5': 9, '10': 'opaqueString'},
    const {'1': 'signature', '3': 12, '4': 1, '5': 12, '10': 'signature'},
  ],
  '3': const [Record_PropertiesEntry$json],
};