client/dart/ads/ads.pbjson.dart

59 lines
2.1 KiB
Dart

// This is a generated file - do not edit.
//
// Generated from ads.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 byPosRequestDescriptor instead')
const ByPosRequest$json = {
'1': 'ByPosRequest',
'2': [
{'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
],
};
/// Descriptor for `ByPosRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List byPosRequestDescriptor =
$convert.base64Decode('CgxCeVBvc1JlcXVlc3QSEAoDa2V5GAEgASgJUgNrZXk=');
@$core.Deprecated('Use byPosReplyDescriptor instead')
const ByPosReply$json = {
'1': 'ByPosReply',
'2': [
{'1': 'data', '3': 1, '4': 3, '5': 11, '6': '.ads.AdsItem', '10': 'data'},
],
};
/// Descriptor for `ByPosReply`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List byPosReplyDescriptor = $convert.base64Decode(
'CgpCeVBvc1JlcGx5EiAKBGRhdGEYASADKAsyDC5hZHMuQWRzSXRlbVIEZGF0YQ==');
@$core.Deprecated('Use adsItemDescriptor instead')
const AdsItem$json = {
'1': 'AdsItem',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
{'1': 'title', '3': 2, '4': 1, '5': 9, '10': 'title'},
{'1': 'content', '3': 3, '4': 1, '5': 9, '10': 'content'},
{'1': 'type', '3': 4, '4': 1, '5': 5, '10': 'type'},
{'1': 'toUrl', '3': 5, '4': 1, '5': 9, '10': 'toUrl'},
{'1': 'created', '3': 6, '4': 1, '5': 9, '10': 'created'},
],
};
/// Descriptor for `AdsItem`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List adsItemDescriptor = $convert.base64Decode(
'CgdBZHNJdGVtEg4KAmlkGAEgASgDUgJpZBIUCgV0aXRsZRgCIAEoCVIFdGl0bGUSGAoHY29udG'
'VudBgDIAEoCVIHY29udGVudBISCgR0eXBlGAQgASgFUgR0eXBlEhQKBXRvVXJsGAUgASgJUgV0'
'b1VybBIYCgdjcmVhdGVkGAYgASgJUgdjcmVhdGVk');