PlotMetricData$json top-level constant

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

Implementation

@$core.Deprecated('Use plotMetricDataDescriptor instead')
const PlotMetricData$json = const {
  '1': 'PlotMetricData',
  '2': const [
    const {'1': 'value', '3': 1, '4': 1, '5': 1, '10': 'value'},
    const {'1': 'name_index', '3': 2, '4': 1, '5': 13, '10': 'nameIndex'},
    const {
      '1': 'created',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'created'
    },
    const {
      '1': 'tags',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.toit.model.PlotMetricData.TagsEntry',
      '10': 'tags'
    },
  ],
  '3': const [PlotMetricData_TagsEntry$json],
  '7': const {'3': true},
};