CastMessage$json top-level constant
Implementation
@$core.Deprecated('Use castMessageDescriptor instead')
const CastMessage$json = const {
'1': 'CastMessage',
'2': const [
const {'1': 'protocol_version', '3': 1, '4': 2, '5': 14, '6': '.extensions.api.cast_channel.CastMessage.ProtocolVersion', '10': 'protocolVersion'},
const {'1': 'source_id', '3': 2, '4': 2, '5': 9, '10': 'sourceId'},
const {'1': 'destination_id', '3': 3, '4': 2, '5': 9, '10': 'destinationId'},
const {'1': 'namespace', '3': 4, '4': 2, '5': 9, '10': 'namespace'},
const {'1': 'payload_type', '3': 5, '4': 2, '5': 14, '6': '.extensions.api.cast_channel.CastMessage.PayloadType', '10': 'payloadType'},
const {'1': 'payload_utf8', '3': 6, '4': 1, '5': 9, '10': 'payloadUtf8'},
const {'1': 'payload_binary', '3': 7, '4': 1, '5': 12, '10': 'payloadBinary'},
],
'4': const [CastMessage_ProtocolVersion$json, CastMessage_PayloadType$json],
};