MetricDescriptor$json top-level constant

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

Implementation

@$core.Deprecated('Use metricDescriptorDescriptor instead')
const MetricDescriptor$json = const {
  '1': 'MetricDescriptor',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'type', '3': 8, '4': 1, '5': 9, '10': 'type'},
    const {
      '1': 'labels',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.google.api.LabelDescriptor',
      '10': 'labels'
    },
    const {
      '1': 'metric_kind',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.google.api.MetricDescriptor.MetricKind',
      '10': 'metricKind'
    },
    const {
      '1': 'value_type',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.google.api.MetricDescriptor.ValueType',
      '10': 'valueType'
    },
    const {'1': 'unit', '3': 5, '4': 1, '5': 9, '10': 'unit'},
    const {'1': 'description', '3': 6, '4': 1, '5': 9, '10': 'description'},
    const {'1': 'display_name', '3': 7, '4': 1, '5': 9, '10': 'displayName'},
    const {
      '1': 'metadata',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.google.api.MetricDescriptor.MetricDescriptorMetadata',
      '10': 'metadata'
    },
    const {
      '1': 'launch_stage',
      '3': 12,
      '4': 1,
      '5': 14,
      '6': '.google.api.LaunchStage',
      '10': 'launchStage'
    },
  ],
  '3': const [MetricDescriptor_MetricDescriptorMetadata$json],
  '4': const [
    MetricDescriptor_MetricKind$json,
    MetricDescriptor_ValueType$json
  ],
};