Value$json top-level constant
Implementation
@$core.Deprecated('Use valueDescriptor instead')
const Value$json = const {
'1': 'Value',
'2': const [
const {'1': 'integer32_value', '3': 1, '4': 1, '5': 5, '9': 0, '10': 'integer32Value'},
const {'1': 'integer64_value', '3': 2, '4': 1, '5': 3, '9': 0, '10': 'integer64Value'},
const {'1': 'boolean_value', '3': 3, '4': 1, '5': 8, '9': 0, '10': 'booleanValue'},
const {'1': 'string_value', '3': 4, '4': 1, '5': 9, '9': 0, '10': 'stringValue'},
const {'1': 'double_value', '3': 5, '4': 1, '5': 1, '9': 0, '10': 'doubleValue'},
const {'1': 'null_value', '3': 6, '4': 1, '5': 14, '6': '.mongorpc.NullValue', '9': 0, '10': 'nullValue'},
const {'1': 'array_value', '3': 7, '4': 1, '5': 11, '6': '.mongorpc.ArrayValue', '9': 0, '10': 'arrayValue'},
const {'1': 'map_value', '3': 8, '4': 1, '5': 11, '6': '.mongorpc.MapValue', '9': 0, '10': 'mapValue'},
const {'1': 'object_id_value', '3': 9, '4': 1, '5': 11, '6': '.mongorpc.ObjectId', '9': 0, '10': 'objectIdValue'},
const {'1': 'timestamp_value', '3': 10, '4': 1, '5': 11, '6': '.mongorpc.Timestamp', '9': 0, '10': 'timestampValue'},
],
'8': const [
const {'1': 'type'},
],
};