TranslationIssue$json top-level constant
Implementation
@$core.Deprecated('Use translationIssueDescriptor instead')
const TranslationIssue$json = {
'1': 'TranslationIssue',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
{'1': 'translationId', '3': 2, '4': 1, '5': 9, '10': 'translationId'},
{'1': 'localeId', '3': 3, '4': 1, '5': 9, '10': 'localeId'},
{'1': 'message', '3': 4, '4': 1, '5': 9, '10': 'message'},
{'1': 'isError', '3': 5, '4': 1, '5': 8, '10': 'isError'},
{
'1': 'created',
'3': 6,
'4': 1,
'5': 11,
'6': '.google.protobuf.Timestamp',
'10': 'created'
},
{
'1': 'updated',
'3': 7,
'4': 1,
'5': 11,
'6': '.google.protobuf.Timestamp',
'10': 'updated'
},
],
};