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 = const {
  '1': 'Distribution',
  '2': const [
    const {'1': 'count', '3': 1, '4': 1, '5': 3, '10': 'count'},
    const {'1': 'mean', '3': 2, '4': 1, '5': 1, '10': 'mean'},
    const {
      '1': 'sum_of_squared_deviation',
      '3': 3,
      '4': 1,
      '5': 1,
      '10': 'sumOfSquaredDeviation'
    },
    const {
      '1': 'range',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.api.Distribution.Range',
      '10': 'range'
    },
    const {
      '1': 'bucket_options',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.api.Distribution.BucketOptions',
      '10': 'bucketOptions'
    },
    const {'1': 'bucket_counts', '3': 7, '4': 3, '5': 3, '10': 'bucketCounts'},
    const {
      '1': 'exemplars',
      '3': 10,
      '4': 3,
      '5': 11,
      '6': '.google.api.Distribution.Exemplar',
      '10': 'exemplars'
    },
  ],
  '3': const [
    Distribution_Range$json,
    Distribution_BucketOptions$json,
    Distribution_Exemplar$json
  ],
};