You've already forked dart-viz-sdk
125 lines
4.8 KiB
Dart
125 lines
4.8 KiB
Dart
// This is a generated file - do not edit.
|
|
//
|
|
// Generated from core/options.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 kPIGroupTypeDescriptor instead')
|
|
const KPIGroupType$json = {
|
|
'1': 'KPIGroupType',
|
|
'2': [
|
|
{'1': 'KPIGROUP_TYPE_UNKNOWN', '2': 0},
|
|
{'1': 'KPIGROUP_TYPE_SINK', '2': 1},
|
|
{'1': 'KPIGROUP_TYPE_MATERIALIZED', '2': 2},
|
|
{'1': 'KPIGROUP_TYPE_VIEW', '2': 3},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `KPIGroupType`. Decode as a `google.protobuf.EnumDescriptorProto`.
|
|
final $typed_data.Uint8List kPIGroupTypeDescriptor = $convert.base64Decode(
|
|
'CgxLUElHcm91cFR5cGUSGQoVS1BJR1JPVVBfVFlQRV9VTktOT1dOEAASFgoSS1BJR1JPVVBfVF'
|
|
'lQRV9TSU5LEAESHgoaS1BJR1JPVVBfVFlQRV9NQVRFUklBTElaRUQQAhIWChJLUElHUk9VUF9U'
|
|
'WVBFX1ZJRVcQAw==');
|
|
|
|
@$core.Deprecated('Use kPIGroupsDescriptor instead')
|
|
const KPIGroups$json = {
|
|
'1': 'KPIGroups',
|
|
'2': [
|
|
{'1': 'Groups', '3': 1, '4': 3, '5': 11, '6': '.api.KPIGroup', '10': 'Groups'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `KPIGroups`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List kPIGroupsDescriptor = $convert.base64Decode(
|
|
'CglLUElHcm91cHMSJQoGR3JvdXBzGAEgAygLMg0uYXBpLktQSUdyb3VwUgZHcm91cHM=');
|
|
|
|
@$core.Deprecated('Use kPIGroupDescriptor instead')
|
|
const KPIGroup$json = {
|
|
'1': 'KPIGroup',
|
|
'2': [
|
|
{'1': 'Name', '3': 1, '4': 1, '5': 9, '10': 'Name'},
|
|
{'1': 'Type', '3': 2, '4': 1, '5': 14, '6': '.api.KPIGroupType', '10': 'Type'},
|
|
{'1': 'Queryable', '3': 3, '4': 1, '5': 8, '10': 'Queryable'},
|
|
{'1': 'GroupToQuery', '3': 4, '4': 1, '5': 9, '10': 'GroupToQuery'},
|
|
{'1': 'OrderBy', '3': 5, '4': 1, '5': 9, '10': 'OrderBy'},
|
|
{'1': 'Engine', '3': 6, '4': 1, '5': 9, '10': 'Engine'},
|
|
{'1': 'HeaderColumns', '3': 7, '4': 1, '5': 9, '10': 'HeaderColumns'},
|
|
{'1': 'PartitionBy', '3': 8, '4': 1, '5': 9, '10': 'PartitionBy'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `KPIGroup`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List kPIGroupDescriptor = $convert.base64Decode(
|
|
'CghLUElHcm91cBISCgROYW1lGAEgASgJUgROYW1lEiUKBFR5cGUYAiABKA4yES5hcGkuS1BJR3'
|
|
'JvdXBUeXBlUgRUeXBlEhwKCVF1ZXJ5YWJsZRgDIAEoCFIJUXVlcnlhYmxlEiIKDEdyb3VwVG9R'
|
|
'dWVyeRgEIAEoCVIMR3JvdXBUb1F1ZXJ5EhgKB09yZGVyQnkYBSABKAlSB09yZGVyQnkSFgoGRW'
|
|
'5naW5lGAYgASgJUgZFbmdpbmUSJAoNSGVhZGVyQ29sdW1ucxgHIAEoCVINSGVhZGVyQ29sdW1u'
|
|
'cxIgCgtQYXJ0aXRpb25CeRgIIAEoCVILUGFydGl0aW9uQnk=');
|
|
|
|
@$core.Deprecated('Use kPIItemsDescriptor instead')
|
|
const KPIItems$json = {
|
|
'1': 'KPIItems',
|
|
'2': [
|
|
{'1': 'Items', '3': 1, '4': 3, '5': 11, '6': '.api.KPIItem', '10': 'Items'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `KPIItems`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List kPIItemsDescriptor = $convert.base64Decode(
|
|
'CghLUElJdGVtcxIiCgVJdGVtcxgBIAMoCzIMLmFwaS5LUElJdGVtUgVJdGVtcw==');
|
|
|
|
@$core.Deprecated('Use kPIItemDescriptor instead')
|
|
const KPIItem$json = {
|
|
'1': 'KPIItem',
|
|
'2': [
|
|
{'1': 'Context', '3': 1, '4': 1, '5': 9, '10': 'Context'},
|
|
{'1': 'Group', '3': 2, '4': 1, '5': 9, '10': 'Group'},
|
|
{'1': 'Queryable', '3': 3, '4': 1, '5': 8, '10': 'Queryable'},
|
|
{'1': 'GroupToJoin', '3': 4, '4': 1, '5': 9, '10': 'GroupToJoin'},
|
|
{'1': 'CustomType', '3': 5, '4': 1, '5': 9, '10': 'CustomType'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `KPIItem`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List kPIItemDescriptor = $convert.base64Decode(
|
|
'CgdLUElJdGVtEhgKB0NvbnRleHQYASABKAlSB0NvbnRleHQSFAoFR3JvdXAYAiABKAlSBUdyb3'
|
|
'VwEhwKCVF1ZXJ5YWJsZRgDIAEoCFIJUXVlcnlhYmxlEiAKC0dyb3VwVG9Kb2luGAQgASgJUgtH'
|
|
'cm91cFRvSm9pbhIeCgpDdXN0b21UeXBlGAUgASgJUgpDdXN0b21UeXBl');
|
|
|
|
@$core.Deprecated('Use fieldTypesDescriptor instead')
|
|
const FieldTypes$json = {
|
|
'1': 'FieldTypes',
|
|
'2': [
|
|
{'1': 'Types', '3': 1, '4': 3, '5': 11, '6': '.api.FieldType', '10': 'Types'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `FieldTypes`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List fieldTypesDescriptor = $convert.base64Decode(
|
|
'CgpGaWVsZFR5cGVzEiQKBVR5cGVzGAEgAygLMg4uYXBpLkZpZWxkVHlwZVIFVHlwZXM=');
|
|
|
|
@$core.Deprecated('Use fieldTypeDescriptor instead')
|
|
const FieldType$json = {
|
|
'1': 'FieldType',
|
|
'2': [
|
|
{'1': 'Context', '3': 1, '4': 1, '5': 9, '10': 'Context'},
|
|
{'1': 'Type', '3': 2, '4': 1, '5': 9, '10': 'Type'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `FieldType`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List fieldTypeDescriptor = $convert.base64Decode(
|
|
'CglGaWVsZFR5cGUSGAoHQ29udGV4dBgBIAEoCVIHQ29udGV4dBISCgRUeXBlGAIgASgJUgRUeX'
|
|
'Bl');
|
|
|