You've already forked dart-core-sdk
39 lines
1.6 KiB
Dart
39 lines
1.6 KiB
Dart
//
|
|
// Generated code. Do not modify.
|
|
// source: clickhouseMetrics.proto
|
|
//
|
|
// @dart = 2.12
|
|
|
|
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
|
// ignore_for_file: constant_identifier_names, library_prefixes
|
|
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
|
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
|
|
|
import 'dart:convert' as $convert;
|
|
import 'dart:core' as $core;
|
|
import 'dart:typed_data' as $typed_data;
|
|
|
|
@$core.Deprecated('Use metricsDescriptor instead')
|
|
const Metrics$json = {
|
|
'1': 'Metrics',
|
|
'2': [
|
|
{'1': 'CurrentTime', '3': 1, '4': 1, '5': 3, '10': 'CurrentTime'},
|
|
{'1': 'OrganisationID', '3': 2, '4': 1, '5': 9, '10': 'OrganisationID'},
|
|
{'1': 'ProjectID', '3': 3, '4': 1, '5': 9, '10': 'ProjectID'},
|
|
{'1': 'EntityService', '3': 4, '4': 1, '5': 9, '10': 'EntityService'},
|
|
{'1': 'Method', '3': 5, '4': 1, '5': 9, '10': 'Method'},
|
|
{'1': 'UserID', '3': 6, '4': 1, '5': 9, '10': 'UserID'},
|
|
{'1': 'UserMail', '3': 7, '4': 1, '5': 9, '10': 'UserMail'},
|
|
{'1': 'RefID', '3': 8, '4': 1, '5': 9, '10': 'RefID'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `Metrics`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List metricsDescriptor = $convert.base64Decode(
|
|
'CgdNZXRyaWNzEiAKC0N1cnJlbnRUaW1lGAEgASgDUgtDdXJyZW50VGltZRImCg5PcmdhbmlzYX'
|
|
'Rpb25JRBgCIAEoCVIOT3JnYW5pc2F0aW9uSUQSHAoJUHJvamVjdElEGAMgASgJUglQcm9qZWN0'
|
|
'SUQSJAoNRW50aXR5U2VydmljZRgEIAEoCVINRW50aXR5U2VydmljZRIWCgZNZXRob2QYBSABKA'
|
|
'lSBk1ldGhvZBIWCgZVc2VySUQYBiABKAlSBlVzZXJJRBIaCghVc2VyTWFpbBgHIAEoCVIIVXNl'
|
|
'ck1haWwSFAoFUmVmSUQYCCABKAlSBVJlZklE');
|
|
|