// This is a generated file - do not edit. // // Generated from base.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 adminAddressDescriptor instead') const AdminAddress$json = { '1': 'AdminAddress', '2': [ {'1': 'City', '3': 1, '4': 1, '5': 9, '10': 'City'}, {'1': 'CountryCode', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'CountryCode'}, {'1': 'GeographicalCoordinates', '3': 3, '4': 1, '5': 11, '6': '.api.AdminGeographicalCoordinates', '10': 'GeographicalCoordinates'}, {'1': 'Name', '3': 4, '4': 1, '5': 9, '10': 'Name'}, {'1': 'POBoxNumber', '3': 5, '4': 1, '5': 9, '10': 'POBoxNumber'}, {'1': 'PostalCode', '3': 6, '4': 1, '5': 9, '10': 'PostalCode'}, {'1': 'ProvinceCode', '3': 7, '4': 1, '5': 9, '10': 'ProvinceCode'}, {'1': 'State', '3': 8, '4': 1, '5': 9, '10': 'State'}, {'1': 'StreetAddressOne', '3': 9, '4': 1, '5': 9, '10': 'StreetAddressOne'}, {'1': 'StreetAddressTwo', '3': 10, '4': 1, '5': 9, '10': 'StreetAddressTwo'}, {'1': 'StreetAddressThree', '3': 11, '4': 1, '5': 9, '10': 'StreetAddressThree'}, {'1': 'PlusCode', '3': 12, '4': 1, '5': 9, '10': 'PlusCode'}, ], }; /// Descriptor for `AdminAddress`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List adminAddressDescriptor = $convert.base64Decode( 'CgxBZG1pbkFkZHJlc3MSEgoEQ2l0eRgBIAEoCVIEQ2l0eRKeAQoLQ291bnRyeUNvZGUYAiABKA' 'lCfJJBcDJYQ291bnRyeSBDb2RlIGluIDxhIGhyZWY9J2h0dHBzOi8vZW4ud2lraXBlZGlhLm9y' 'Zy93aWtpL0lTT18zMTY2LTEnPklTT18zMTY2LTE8L2E+IGZvcm1hdEoUWyJGUiIsICJGUkEiLC' 'AiMjUwIl26gQEFcgP4AQFSC0NvdW50cnlDb2RlElsKF0dlb2dyYXBoaWNhbENvb3JkaW5hdGVz' 'GAMgASgLMiEuYXBpLkFkbWluR2VvZ3JhcGhpY2FsQ29vcmRpbmF0ZXNSF0dlb2dyYXBoaWNhbE' 'Nvb3JkaW5hdGVzEhIKBE5hbWUYBCABKAlSBE5hbWUSIAoLUE9Cb3hOdW1iZXIYBSABKAlSC1BP' 'Qm94TnVtYmVyEh4KClBvc3RhbENvZGUYBiABKAlSClBvc3RhbENvZGUSIgoMUHJvdmluY2VDb2' 'RlGAcgASgJUgxQcm92aW5jZUNvZGUSFAoFU3RhdGUYCCABKAlSBVN0YXRlEioKEFN0cmVldEFk' 'ZHJlc3NPbmUYCSABKAlSEFN0cmVldEFkZHJlc3NPbmUSKgoQU3RyZWV0QWRkcmVzc1R3bxgKIA' 'EoCVIQU3RyZWV0QWRkcmVzc1R3bxIuChJTdHJlZXRBZGRyZXNzVGhyZWUYCyABKAlSElN0cmVl' 'dEFkZHJlc3NUaHJlZRIaCghQbHVzQ29kZRgMIAEoCVIIUGx1c0NvZGU='); @$core.Deprecated('Use adminGeographicalCoordinatesDescriptor instead') const AdminGeographicalCoordinates$json = { '1': 'AdminGeographicalCoordinates', '2': [ {'1': 'Latitude', '3': 1, '4': 1, '5': 9, '10': 'Latitude'}, {'1': 'Longitude', '3': 2, '4': 1, '5': 9, '10': 'Longitude'}, ], }; /// Descriptor for `AdminGeographicalCoordinates`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List adminGeographicalCoordinatesDescriptor = $convert.base64Decode( 'ChxBZG1pbkdlb2dyYXBoaWNhbENvb3JkaW5hdGVzEhoKCExhdGl0dWRlGAEgASgJUghMYXRpdH' 'VkZRIcCglMb25naXR1ZGUYAiABKAlSCUxvbmdpdHVkZQ=='); @$core.Deprecated('Use pagingDescriptor instead') const Paging$json = { '1': 'Paging', '2': [ {'1': 'Limit', '3': 1, '4': 1, '5': 5, '10': 'Limit'}, {'1': 'Offset', '3': 2, '4': 1, '5': 5, '10': 'Offset'}, ], }; /// Descriptor for `Paging`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List pagingDescriptor = $convert.base64Decode( 'CgZQYWdpbmcSFAoFTGltaXQYASABKAVSBUxpbWl0EhYKBk9mZnNldBgCIAEoBVIGT2Zmc2V0');