FieldType$json top-level constant
Implementation
@$core.Deprecated('Use fieldTypeDescriptor instead')
const FieldType$json = {
'1': 'FieldType',
'2': [
{'1': 'FieldTypeKeyword', '2': 0},
{'1': 'FieldTypeInteger', '2': 1},
{'1': 'FieldTypeFloat', '2': 2},
{'1': 'FieldTypeGeo', '2': 3},
{'1': 'FieldTypeText', '2': 4},
{'1': 'FieldTypeBool', '2': 5},
{'1': 'FieldTypeDatetime', '2': 6},
{'1': 'FieldTypeUuid', '2': 7},
],
};