TopicRole$json top-level constant
Implementation
@$core.Deprecated('Use topicRoleDescriptor instead')
const TopicRole$json = {
'1': 'TopicRole',
'2': [
{'1': 'TopicPermitNone', '2': 0},
{'1': 'TopicReadWrite', '2': 1},
{'1': 'TopicReadOnly', '2': 2},
{'1': 'TopicWriteOnly', '2': 3},
],
};