Distribution$json top-level constant

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

Implementation

@$core.Deprecated('Use distributionDescriptor instead')
const Distribution$json = {
  '1': 'Distribution',
  '2': [
    {'1': 'count', '3': 1, '4': 1, '5': 3, '10': 'count'},
    {'1': 'mean', '3': 2, '4': 1, '5': 1, '10': 'mean'},
    {'1': 'sum_of_squared_deviation', '3': 3, '4': 1, '5': 1, '10': 'sumOfSquaredDeviation'},
    {'1': 'range', '3': 4, '4': 1, '5': 11, '6': '.google.api.Distribution.Range', '10': 'range'},
    {'1': 'bucket_options', '3': 6, '4': 1, '5': 11, '6': '.google.api.Distribution.BucketOptions', '10': 'bucketOptions'},
    {'1': 'bucket_counts', '3': 7, '4': 3, '5': 3, '10': 'bucketCounts'},
    {'1': 'exemplars', '3': 10, '4': 3, '5': 11, '6': '.google.api.Distribution.Exemplar', '10': 'exemplars'},
  ],
  '3': [Distribution_Range$json, Distribution_BucketOptions$json, Distribution_Exemplar$json],
};