103 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			Dart
		
	
	
	
			
		
		
	
	
			103 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			Dart
		
	
	
	
| // This is a generated file - do not edit.
 | |
| //
 | |
| // Generated from bookmark.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 createBookmarkRequestDescriptor instead')
 | |
| const CreateBookmarkRequest$json = {
 | |
|   '1': 'CreateBookmarkRequest',
 | |
|   '2': [
 | |
|     {'1': 'cloud_id', '3': 1, '4': 1, '5': 4, '10': 'cloudId'},
 | |
|     {'1': 'cloud_identity', '3': 2, '4': 1, '5': 9, '10': 'cloudIdentity'},
 | |
|     {'1': 'title', '3': 3, '4': 1, '5': 9, '10': 'title'},
 | |
|     {'1': 'url', '3': 4, '4': 1, '5': 9, '10': 'url'},
 | |
|     {'1': 'description', '3': 5, '4': 1, '5': 9, '10': 'description'},
 | |
|     {'1': 'category', '3': 6, '4': 1, '5': 9, '10': 'category'},
 | |
|     {'1': 'tags', '3': 7, '4': 1, '5': 9, '10': 'tags'},
 | |
|     {'1': 'icon', '3': 8, '4': 1, '5': 9, '10': 'icon'},
 | |
|     {'1': 'is_private', '3': 9, '4': 1, '5': 8, '10': 'isPrivate'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `CreateBookmarkRequest`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List createBookmarkRequestDescriptor = $convert.base64Decode(
 | |
|     'ChVDcmVhdGVCb29rbWFya1JlcXVlc3QSGQoIY2xvdWRfaWQYASABKARSB2Nsb3VkSWQSJQoOY2'
 | |
|     'xvdWRfaWRlbnRpdHkYAiABKAlSDWNsb3VkSWRlbnRpdHkSFAoFdGl0bGUYAyABKAlSBXRpdGxl'
 | |
|     'EhAKA3VybBgEIAEoCVIDdXJsEiAKC2Rlc2NyaXB0aW9uGAUgASgJUgtkZXNjcmlwdGlvbhIaCg'
 | |
|     'hjYXRlZ29yeRgGIAEoCVIIY2F0ZWdvcnkSEgoEdGFncxgHIAEoCVIEdGFncxISCgRpY29uGAgg'
 | |
|     'ASgJUgRpY29uEh0KCmlzX3ByaXZhdGUYCSABKAhSCWlzUHJpdmF0ZQ==');
 | |
| 
 | |
| @$core.Deprecated('Use listBookmarksResponseDescriptor instead')
 | |
| const ListBookmarksResponse$json = {
 | |
|   '1': 'ListBookmarksResponse',
 | |
|   '2': [
 | |
|     {
 | |
|       '1': 'bookmarks',
 | |
|       '3': 1,
 | |
|       '4': 3,
 | |
|       '5': 11,
 | |
|       '6': '.cloud.CloudBookmarkItem',
 | |
|       '10': 'bookmarks'
 | |
|     },
 | |
|     {'1': 'total', '3': 2, '4': 1, '5': 3, '10': 'total'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `ListBookmarksResponse`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List listBookmarksResponseDescriptor = $convert.base64Decode(
 | |
|     'ChVMaXN0Qm9va21hcmtzUmVzcG9uc2USNgoJYm9va21hcmtzGAEgAygLMhguY2xvdWQuQ2xvdW'
 | |
|     'RCb29rbWFya0l0ZW1SCWJvb2ttYXJrcxIUCgV0b3RhbBgCIAEoA1IFdG90YWw=');
 | |
| 
 | |
| @$core.Deprecated('Use importBookmarksRequestDescriptor instead')
 | |
| const ImportBookmarksRequest$json = {
 | |
|   '1': 'ImportBookmarksRequest',
 | |
|   '2': [
 | |
|     {'1': 'data', '3': 1, '4': 1, '5': 9, '10': 'data'},
 | |
|     {'1': 'format', '3': 2, '4': 1, '5': 9, '10': 'format'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `ImportBookmarksRequest`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List importBookmarksRequestDescriptor =
 | |
|     $convert.base64Decode(
 | |
|         'ChZJbXBvcnRCb29rbWFya3NSZXF1ZXN0EhIKBGRhdGEYASABKAlSBGRhdGESFgoGZm9ybWF0GA'
 | |
|         'IgASgJUgZmb3JtYXQ=');
 | |
| 
 | |
| @$core.Deprecated('Use cloudBookmarkItemDescriptor instead')
 | |
| const CloudBookmarkItem$json = {
 | |
|   '1': 'CloudBookmarkItem',
 | |
|   '2': [
 | |
|     {'1': 'id', '3': 1, '4': 1, '5': 4, '10': 'id'},
 | |
|     {'1': 'identity', '3': 2, '4': 1, '5': 9, '10': 'identity'},
 | |
|     {'1': 'title', '3': 3, '4': 1, '5': 9, '10': 'title'},
 | |
|     {'1': 'url', '3': 4, '4': 1, '5': 9, '10': 'url'},
 | |
|     {'1': 'description', '3': 5, '4': 1, '5': 9, '10': 'description'},
 | |
|     {'1': 'category', '3': 6, '4': 1, '5': 9, '10': 'category'},
 | |
|     {'1': 'tags', '3': 7, '4': 1, '5': 9, '10': 'tags'},
 | |
|     {'1': 'icon', '3': 8, '4': 1, '5': 9, '10': 'icon'},
 | |
|     {'1': 'is_private', '3': 9, '4': 1, '5': 8, '10': 'isPrivate'},
 | |
|     {'1': 'created_at', '3': 10, '4': 1, '5': 9, '10': 'createdAt'},
 | |
|     {'1': 'updated_at', '3': 11, '4': 1, '5': 9, '10': 'updatedAt'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `CloudBookmarkItem`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List cloudBookmarkItemDescriptor = $convert.base64Decode(
 | |
|     'ChFDbG91ZEJvb2ttYXJrSXRlbRIOCgJpZBgBIAEoBFICaWQSGgoIaWRlbnRpdHkYAiABKAlSCG'
 | |
|     'lkZW50aXR5EhQKBXRpdGxlGAMgASgJUgV0aXRsZRIQCgN1cmwYBCABKAlSA3VybBIgCgtkZXNj'
 | |
|     'cmlwdGlvbhgFIAEoCVILZGVzY3JpcHRpb24SGgoIY2F0ZWdvcnkYBiABKAlSCGNhdGVnb3J5Eh'
 | |
|     'IKBHRhZ3MYByABKAlSBHRhZ3MSEgoEaWNvbhgIIAEoCVIEaWNvbhIdCgppc19wcml2YXRlGAkg'
 | |
|     'ASgIUglpc1ByaXZhdGUSHQoKY3JlYXRlZF9hdBgKIAEoCVIJY3JlYXRlZEF0Eh0KCnVwZGF0ZW'
 | |
|     'RfYXQYCyABKAlSCXVwZGF0ZWRBdA==');
 |