client/dart/passport/group.pbjson.dart

87 lines
3.4 KiB
Dart

// This is a generated file - do not edit.
//
// Generated from group.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 groupItemDescriptor instead')
const GroupItem$json = {
'1': 'GroupItem',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
{'1': 'identity', '3': 2, '4': 1, '5': 9, '10': 'identity'},
{'1': 'number', '3': 3, '4': 1, '5': 3, '10': 'number'},
{'1': 'avatar', '3': 4, '4': 1, '5': 9, '10': 'avatar'},
{'1': 'name', '3': 5, '4': 1, '5': 9, '10': 'name'},
{'1': 'introduce', '3': 6, '4': 1, '5': 9, '10': 'introduce'},
{'1': 'creator_id', '3': 7, '4': 1, '5': 3, '10': 'creatorId'},
{'1': 'cretor_identity', '3': 8, '4': 1, '5': 9, '10': 'cretorIdentity'},
{'1': 'member_limit', '3': 9, '4': 1, '5': 5, '10': 'memberLimit'},
{'1': 'master', '3': 10, '4': 3, '5': 9, '10': 'master'},
{'1': 'notice', '3': 11, '4': 1, '5': 9, '10': 'notice'},
{'1': 'background', '3': 12, '4': 1, '5': 9, '10': 'background'},
{'1': 'tags', '3': 13, '4': 3, '5': 9, '10': 'tags'},
{'1': 'member_total', '3': 14, '4': 1, '5': 5, '10': 'memberTotal'},
{
'1': 'enable_search_by_number',
'3': 15,
'4': 1,
'5': 8,
'10': 'enableSearchByNumber'
},
{
'1': 'enable_search_by_name',
'3': 16,
'4': 1,
'5': 8,
'10': 'enableSearchByName'
},
{'1': 'created_at', '3': 17, '4': 1, '5': 9, '10': 'createdAt'},
],
};
/// Descriptor for `GroupItem`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List groupItemDescriptor = $convert.base64Decode(
'CglHcm91cEl0ZW0SDgoCaWQYASABKANSAmlkEhoKCGlkZW50aXR5GAIgASgJUghpZGVudGl0eR'
'IWCgZudW1iZXIYAyABKANSBm51bWJlchIWCgZhdmF0YXIYBCABKAlSBmF2YXRhchISCgRuYW1l'
'GAUgASgJUgRuYW1lEhwKCWludHJvZHVjZRgGIAEoCVIJaW50cm9kdWNlEh0KCmNyZWF0b3JfaW'
'QYByABKANSCWNyZWF0b3JJZBInCg9jcmV0b3JfaWRlbnRpdHkYCCABKAlSDmNyZXRvcklkZW50'
'aXR5EiEKDG1lbWJlcl9saW1pdBgJIAEoBVILbWVtYmVyTGltaXQSFgoGbWFzdGVyGAogAygJUg'
'ZtYXN0ZXISFgoGbm90aWNlGAsgASgJUgZub3RpY2USHgoKYmFja2dyb3VuZBgMIAEoCVIKYmFj'
'a2dyb3VuZBISCgR0YWdzGA0gAygJUgR0YWdzEiEKDG1lbWJlcl90b3RhbBgOIAEoBVILbWVtYm'
'VyVG90YWwSNQoXZW5hYmxlX3NlYXJjaF9ieV9udW1iZXIYDyABKAhSFGVuYWJsZVNlYXJjaEJ5'
'TnVtYmVyEjEKFWVuYWJsZV9zZWFyY2hfYnlfbmFtZRgQIAEoCFISZW5hYmxlU2VhcmNoQnlOYW'
'1lEh0KCmNyZWF0ZWRfYXQYESABKAlSCWNyZWF0ZWRBdA==');
@$core.Deprecated('Use groupsReplyDescriptor instead')
const GroupsReply$json = {
'1': 'GroupsReply',
'2': [
{'1': 'total', '3': 1, '4': 1, '5': 5, '10': 'total'},
{'1': 'version', '3': 2, '4': 1, '5': 3, '10': 'version'},
{
'1': 'groups',
'3': 3,
'4': 3,
'5': 11,
'6': '.group.GroupItem',
'10': 'groups'
},
],
};
/// Descriptor for `GroupsReply`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List groupsReplyDescriptor = $convert.base64Decode(
'CgtHcm91cHNSZXBseRIUCgV0b3RhbBgBIAEoBVIFdG90YWwSGAoHdmVyc2lvbhgCIAEoA1IHdm'
'Vyc2lvbhIoCgZncm91cHMYAyADKAsyEC5ncm91cC5Hcm91cEl0ZW1SBmdyb3Vwcw==');