FieldDescriptorProto_Label$json top-level constant
- @Deprecated('Use fieldDescriptorProtoDescriptor instead')
Implementation
@$core.Deprecated('Use fieldDescriptorProtoDescriptor instead')
const FieldDescriptorProto_Label$json = {
'1': 'Label',
'2': [
{'1': 'LABEL_OPTIONAL', '2': 1},
{'1': 'LABEL_REQUIRED', '2': 2},
{'1': 'LABEL_REPEATED', '2': 3},
],
};