You've already forked dart-core-sdk
40 lines
1.7 KiB
Dart
40 lines
1.7 KiB
Dart
// This is a generated file - do not edit.
|
|
//
|
|
// Generated from clickhouseMetrics.proto.
|
|
|
|
// @dart = 3.3
|
|
|
|
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
|
// ignore_for_file: constant_identifier_names
|
|
// ignore_for_file: curly_braces_in_flow_control_structures
|
|
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
|
// ignore_for_file: non_constant_identifier_names, 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');
|
|
|