You've already forked dart-viz-sdk
61 lines
2.4 KiB
Dart
61 lines
2.4 KiB
Dart
// This is a generated file - do not edit.
|
|
//
|
|
// Generated from counter.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 nextProjectCounterRequestDescriptor instead')
|
|
const NextProjectCounterRequest$json = {
|
|
'1': 'NextProjectCounterRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'Key', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Key'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `NextProjectCounterRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List nextProjectCounterRequestDescriptor = $convert.base64Decode(
|
|
'ChlOZXh0UHJvamVjdENvdW50ZXJSZXF1ZXN0EjsKBkhlYWRlchgBIAEoCzIZLmFwaS5SZXF1ZX'
|
|
'N0UHJvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchImCgNLZXkYAiABKAlCFJJBCkoIImNs'
|
|
'YWltcyL6QgRyAhABUgNLZXk6FJJBEQoP0gEGSGVhZGVy0gEDS2V5');
|
|
|
|
@$core.Deprecated('Use nextCounterResultDescriptor instead')
|
|
const NextCounterResult$json = {
|
|
'1': 'NextCounterResult',
|
|
'2': [
|
|
{'1': 'Value', '3': 1, '4': 1, '5': 3, '10': 'Value'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `NextCounterResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List nextCounterResultDescriptor = $convert.base64Decode(
|
|
'ChFOZXh0Q291bnRlclJlc3VsdBIUCgVWYWx1ZRgBIAEoA1IFVmFsdWU=');
|
|
|
|
@$core.Deprecated('Use nextSiteCounterRequestDescriptor instead')
|
|
const NextSiteCounterRequest$json = {
|
|
'1': 'NextSiteCounterRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'Key', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Key'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `NextSiteCounterRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List nextSiteCounterRequestDescriptor = $convert.base64Decode(
|
|
'ChZOZXh0U2l0ZUNvdW50ZXJSZXF1ZXN0EjgKBkhlYWRlchgBIAEoCzIWLmFwaS5SZXF1ZXN0U2'
|
|
'l0ZUhlYWRlckII+kIFigECEAFSBkhlYWRlchIrCgNLZXkYAiABKAlCGZJBD0oNImFwcG9pbnRt'
|
|
'ZW50IvpCBHICEAFSA0tleToUkkERCg/SAQZIZWFkZXLSAQNLZXk=');
|
|
|