NumberDataPoint$json top-level constant

  1. @Deprecated('Use numberDataPointDescriptor instead')
Map<String, Object> const NumberDataPoint$json

Implementation

@$core.Deprecated('Use numberDataPointDescriptor instead')
const NumberDataPoint$json = {
  '1': 'NumberDataPoint',
  '2': [
    {'1': 'attributes', '3': 7, '4': 3, '5': 11, '6': '.opentelemetry.proto.common.v1.KeyValue', '10': 'attributes'},
    {'1': 'start_time_unix_nano', '3': 2, '4': 1, '5': 6, '10': 'startTimeUnixNano'},
    {'1': 'time_unix_nano', '3': 3, '4': 1, '5': 6, '10': 'timeUnixNano'},
    {'1': 'as_double', '3': 4, '4': 1, '5': 1, '9': 0, '10': 'asDouble'},
    {'1': 'as_int', '3': 6, '4': 1, '5': 16, '9': 0, '10': 'asInt'},
    {'1': 'exemplars', '3': 5, '4': 3, '5': 11, '6': '.opentelemetry.proto.metrics.v1.Exemplar', '10': 'exemplars'},
    {'1': 'flags', '3': 8, '4': 1, '5': 13, '10': 'flags'},
  ],
  '8': [
    {'1': 'value'},
  ],
  '9': [
    {'1': 1, '2': 2},
  ],
};