Codec$json top-level constant
Implementation
@$core.Deprecated('Use codecDescriptor instead')
const Codec$json = {
'1': 'Codec',
'2': [
{'1': 'CODEC_UNSPECIFIED', '2': 0},
{'1': 'CODEC_BYTES', '2': 1},
{'1': 'CODEC_FILE', '2': 2},
{'1': 'CODEC_JSON', '2': 3},
{'1': 'CODEC_PROTO', '2': 4},
],
};