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': 'minimum', '3': 3, '4': 1, '5': 1, '10': 'minimum'},
    {'1': 'maximum', '3': 4, '4': 1, '5': 1, '10': 'maximum'},
    {
      '1': 'sum_of_squared_deviation',
      '3': 5,
      '4': 1,
      '5': 1,
      '10': 'sumOfSquaredDeviation'
    },
    {'1': 'bucket_counts', '3': 6, '4': 3, '5': 3, '10': 'bucketCounts'},
    {
      '1': 'linear_buckets',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.google.api.servicecontrol.v1.Distribution.LinearBuckets',
      '9': 0,
      '10': 'linearBuckets'
    },
    {
      '1': 'exponential_buckets',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.api.servicecontrol.v1.Distribution.ExponentialBuckets',
      '9': 0,
      '10': 'exponentialBuckets'
    },
    {
      '1': 'explicit_buckets',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.google.api.servicecontrol.v1.Distribution.ExplicitBuckets',
      '9': 0,
      '10': 'explicitBuckets'
    },
    {
      '1': 'exemplars',
      '3': 10,
      '4': 3,
      '5': 11,
      '6': '.google.api.Distribution.Exemplar',
      '10': 'exemplars'
    },
  ],
  '3': [
    Distribution_LinearBuckets$json,
    Distribution_ExponentialBuckets$json,
    Distribution_ExplicitBuckets$json
  ],
  '8': [
    {'1': 'bucket_option'},
  ],
};