AnyValue$json top-level constant
Implementation
@$core.Deprecated('Use anyValueDescriptor instead')
const AnyValue$json = {
'1': 'AnyValue',
'2': [
{'1': 'string_value', '3': 1, '4': 1, '5': 9, '9': 0, '10': 'stringValue'},
{'1': 'bool_value', '3': 2, '4': 1, '5': 8, '9': 0, '10': 'boolValue'},
{'1': 'int_value', '3': 3, '4': 1, '5': 3, '9': 0, '10': 'intValue'},
{'1': 'double_value', '3': 4, '4': 1, '5': 1, '9': 0, '10': 'doubleValue'},
{
'1': 'array_value',
'3': 5,
'4': 1,
'5': 11,
'6': '.opentelemetry.proto.common.v1.ArrayValue',
'9': 0,
'10': 'arrayValue'
},
{
'1': 'kvlist_value',
'3': 6,
'4': 1,
'5': 11,
'6': '.opentelemetry.proto.common.v1.KeyValueList',
'9': 0,
'10': 'kvlistValue'
},
{'1': 'bytes_value', '3': 7, '4': 1, '5': 12, '9': 0, '10': 'bytesValue'},
],
'8': [
{'1': 'value'},
],
};