180 lines
		
	
	
		
			7.2 KiB
		
	
	
	
		
			Dart
		
	
	
	
			
		
		
	
	
			180 lines
		
	
	
		
			7.2 KiB
		
	
	
	
		
			Dart
		
	
	
	
| // This is a generated file - do not edit.
 | |
| //
 | |
| // Generated from album.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 createAlbumRequestDescriptor instead')
 | |
| const CreateAlbumRequest$json = {
 | |
|   '1': 'CreateAlbumRequest',
 | |
|   '2': [
 | |
|     {'1': 'cloud_id', '3': 1, '4': 1, '5': 4, '10': 'cloudId'},
 | |
|     {'1': 'cloud_identity', '3': 2, '4': 1, '5': 9, '10': 'cloudIdentity'},
 | |
|     {'1': 'name', '3': 3, '4': 1, '5': 9, '10': 'name'},
 | |
|     {'1': 'description', '3': 4, '4': 1, '5': 9, '10': 'description'},
 | |
|     {'1': 'cover_photo', '3': 5, '4': 1, '5': 9, '10': 'coverPhoto'},
 | |
|     {'1': 'is_private', '3': 6, '4': 1, '5': 8, '10': 'isPrivate'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `CreateAlbumRequest`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List createAlbumRequestDescriptor = $convert.base64Decode(
 | |
|     'ChJDcmVhdGVBbGJ1bVJlcXVlc3QSGQoIY2xvdWRfaWQYASABKARSB2Nsb3VkSWQSJQoOY2xvdW'
 | |
|     'RfaWRlbnRpdHkYAiABKAlSDWNsb3VkSWRlbnRpdHkSEgoEbmFtZRgDIAEoCVIEbmFtZRIgCgtk'
 | |
|     'ZXNjcmlwdGlvbhgEIAEoCVILZGVzY3JpcHRpb24SHwoLY292ZXJfcGhvdG8YBSABKAlSCmNvdm'
 | |
|     'VyUGhvdG8SHQoKaXNfcHJpdmF0ZRgGIAEoCFIJaXNQcml2YXRl');
 | |
| 
 | |
| @$core.Deprecated('Use listAlbumsResponseDescriptor instead')
 | |
| const ListAlbumsResponse$json = {
 | |
|   '1': 'ListAlbumsResponse',
 | |
|   '2': [
 | |
|     {
 | |
|       '1': 'albums',
 | |
|       '3': 1,
 | |
|       '4': 3,
 | |
|       '5': 11,
 | |
|       '6': '.cloud.CloudAlbumItem',
 | |
|       '10': 'albums'
 | |
|     },
 | |
|     {'1': 'total', '3': 2, '4': 1, '5': 3, '10': 'total'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `ListAlbumsResponse`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List listAlbumsResponseDescriptor = $convert.base64Decode(
 | |
|     'ChJMaXN0QWxidW1zUmVzcG9uc2USLQoGYWxidW1zGAEgAygLMhUuY2xvdWQuQ2xvdWRBbGJ1bU'
 | |
|     'l0ZW1SBmFsYnVtcxIUCgV0b3RhbBgCIAEoA1IFdG90YWw=');
 | |
| 
 | |
| @$core.Deprecated('Use setCoverPhotoRequestDescriptor instead')
 | |
| const SetCoverPhotoRequest$json = {
 | |
|   '1': 'SetCoverPhotoRequest',
 | |
|   '2': [
 | |
|     {'1': 'album_id', '3': 1, '4': 1, '5': 4, '10': 'albumId'},
 | |
|     {'1': 'photo_id', '3': 2, '4': 1, '5': 4, '10': 'photoId'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `SetCoverPhotoRequest`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List setCoverPhotoRequestDescriptor = $convert.base64Decode(
 | |
|     'ChRTZXRDb3ZlclBob3RvUmVxdWVzdBIZCghhbGJ1bV9pZBgBIAEoBFIHYWxidW1JZBIZCghwaG'
 | |
|     '90b19pZBgCIAEoBFIHcGhvdG9JZA==');
 | |
| 
 | |
| @$core.Deprecated('Use cloudAlbumItemDescriptor instead')
 | |
| const CloudAlbumItem$json = {
 | |
|   '1': 'CloudAlbumItem',
 | |
|   '2': [
 | |
|     {'1': 'id', '3': 1, '4': 1, '5': 4, '10': 'id'},
 | |
|     {'1': 'identity', '3': 2, '4': 1, '5': 9, '10': 'identity'},
 | |
|     {'1': 'name', '3': 3, '4': 1, '5': 9, '10': 'name'},
 | |
|     {'1': 'description', '3': 4, '4': 1, '5': 9, '10': 'description'},
 | |
|     {'1': 'cover_photo', '3': 5, '4': 1, '5': 9, '10': 'coverPhoto'},
 | |
|     {'1': 'is_private', '3': 6, '4': 1, '5': 8, '10': 'isPrivate'},
 | |
|     {'1': 'created_at', '3': 7, '4': 1, '5': 9, '10': 'createdAt'},
 | |
|     {'1': 'updated_at', '3': 8, '4': 1, '5': 9, '10': 'updatedAt'},
 | |
|     {
 | |
|       '1': 'photos',
 | |
|       '3': 9,
 | |
|       '4': 3,
 | |
|       '5': 11,
 | |
|       '6': '.cloud.CloudPhotoItem',
 | |
|       '10': 'photos'
 | |
|     },
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `CloudAlbumItem`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List cloudAlbumItemDescriptor = $convert.base64Decode(
 | |
|     'Cg5DbG91ZEFsYnVtSXRlbRIOCgJpZBgBIAEoBFICaWQSGgoIaWRlbnRpdHkYAiABKAlSCGlkZW'
 | |
|     '50aXR5EhIKBG5hbWUYAyABKAlSBG5hbWUSIAoLZGVzY3JpcHRpb24YBCABKAlSC2Rlc2NyaXB0'
 | |
|     'aW9uEh8KC2NvdmVyX3Bob3RvGAUgASgJUgpjb3ZlclBob3RvEh0KCmlzX3ByaXZhdGUYBiABKA'
 | |
|     'hSCWlzUHJpdmF0ZRIdCgpjcmVhdGVkX2F0GAcgASgJUgljcmVhdGVkQXQSHQoKdXBkYXRlZF9h'
 | |
|     'dBgIIAEoCVIJdXBkYXRlZEF0Ei0KBnBob3RvcxgJIAMoCzIVLmNsb3VkLkNsb3VkUGhvdG9JdG'
 | |
|     'VtUgZwaG90b3M=');
 | |
| 
 | |
| @$core.Deprecated('Use listPhotosResponseDescriptor instead')
 | |
| const ListPhotosResponse$json = {
 | |
|   '1': 'ListPhotosResponse',
 | |
|   '2': [
 | |
|     {
 | |
|       '1': 'photos',
 | |
|       '3': 1,
 | |
|       '4': 3,
 | |
|       '5': 11,
 | |
|       '6': '.cloud.CloudPhotoItem',
 | |
|       '10': 'photos'
 | |
|     },
 | |
|     {'1': 'total', '3': 2, '4': 1, '5': 3, '10': 'total'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `ListPhotosResponse`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List listPhotosResponseDescriptor = $convert.base64Decode(
 | |
|     'ChJMaXN0UGhvdG9zUmVzcG9uc2USLQoGcGhvdG9zGAEgAygLMhUuY2xvdWQuQ2xvdWRQaG90b0'
 | |
|     'l0ZW1SBnBob3RvcxIUCgV0b3RhbBgCIAEoA1IFdG90YWw=');
 | |
| 
 | |
| @$core.Deprecated('Use movePhotoRequestDescriptor instead')
 | |
| const MovePhotoRequest$json = {
 | |
|   '1': 'MovePhotoRequest',
 | |
|   '2': [
 | |
|     {'1': 'photo_id', '3': 1, '4': 1, '5': 4, '10': 'photoId'},
 | |
|     {'1': 'new_album_id', '3': 2, '4': 1, '5': 4, '10': 'newAlbumId'},
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `MovePhotoRequest`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List movePhotoRequestDescriptor = $convert.base64Decode(
 | |
|     'ChBNb3ZlUGhvdG9SZXF1ZXN0EhkKCHBob3RvX2lkGAEgASgEUgdwaG90b0lkEiAKDG5ld19hbG'
 | |
|     'J1bV9pZBgCIAEoBFIKbmV3QWxidW1JZA==');
 | |
| 
 | |
| @$core.Deprecated('Use cloudPhotoItemDescriptor instead')
 | |
| const CloudPhotoItem$json = {
 | |
|   '1': 'CloudPhotoItem',
 | |
|   '2': [
 | |
|     {'1': 'id', '3': 1, '4': 1, '5': 4, '10': 'id'},
 | |
|     {'1': 'identity', '3': 2, '4': 1, '5': 9, '10': 'identity'},
 | |
|     {'1': 'album_id', '3': 3, '4': 1, '5': 4, '10': 'albumId'},
 | |
|     {'1': 'title', '3': 4, '4': 1, '5': 9, '10': 'title'},
 | |
|     {'1': 'description', '3': 5, '4': 1, '5': 9, '10': 'description'},
 | |
|     {'1': 'file_path', '3': 6, '4': 1, '5': 9, '10': 'filePath'},
 | |
|     {'1': 'file_size', '3': 7, '4': 1, '5': 3, '10': 'fileSize'},
 | |
|     {'1': 'mime_type', '3': 8, '4': 1, '5': 9, '10': 'mimeType'},
 | |
|     {'1': 'width', '3': 9, '4': 1, '5': 5, '10': 'width'},
 | |
|     {'1': 'height', '3': 10, '4': 1, '5': 5, '10': 'height'},
 | |
|     {'1': 'taken_at', '3': 11, '4': 1, '5': 9, '10': 'takenAt'},
 | |
|     {'1': 'location', '3': 12, '4': 1, '5': 9, '10': 'location'},
 | |
|     {'1': 'tags', '3': 13, '4': 1, '5': 9, '10': 'tags'},
 | |
|     {'1': 'created_at', '3': 14, '4': 1, '5': 9, '10': 'createdAt'},
 | |
|     {'1': 'updated_at', '3': 15, '4': 1, '5': 9, '10': 'updatedAt'},
 | |
|     {
 | |
|       '1': 'album',
 | |
|       '3': 16,
 | |
|       '4': 1,
 | |
|       '5': 11,
 | |
|       '6': '.cloud.CloudAlbumItem',
 | |
|       '10': 'album'
 | |
|     },
 | |
|   ],
 | |
| };
 | |
| 
 | |
| /// Descriptor for `CloudPhotoItem`. Decode as a `google.protobuf.DescriptorProto`.
 | |
| final $typed_data.Uint8List cloudPhotoItemDescriptor = $convert.base64Decode(
 | |
|     'Cg5DbG91ZFBob3RvSXRlbRIOCgJpZBgBIAEoBFICaWQSGgoIaWRlbnRpdHkYAiABKAlSCGlkZW'
 | |
|     '50aXR5EhkKCGFsYnVtX2lkGAMgASgEUgdhbGJ1bUlkEhQKBXRpdGxlGAQgASgJUgV0aXRsZRIg'
 | |
|     'CgtkZXNjcmlwdGlvbhgFIAEoCVILZGVzY3JpcHRpb24SGwoJZmlsZV9wYXRoGAYgASgJUghmaW'
 | |
|     'xlUGF0aBIbCglmaWxlX3NpemUYByABKANSCGZpbGVTaXplEhsKCW1pbWVfdHlwZRgIIAEoCVII'
 | |
|     'bWltZVR5cGUSFAoFd2lkdGgYCSABKAVSBXdpZHRoEhYKBmhlaWdodBgKIAEoBVIGaGVpZ2h0Eh'
 | |
|     'kKCHRha2VuX2F0GAsgASgJUgd0YWtlbkF0EhoKCGxvY2F0aW9uGAwgASgJUghsb2NhdGlvbhIS'
 | |
|     'CgR0YWdzGA0gASgJUgR0YWdzEh0KCmNyZWF0ZWRfYXQYDiABKAlSCWNyZWF0ZWRBdBIdCgp1cG'
 | |
|     'RhdGVkX2F0GA8gASgJUgl1cGRhdGVkQXQSKwoFYWxidW0YECABKAsyFS5jbG91ZC5DbG91ZEFs'
 | |
|     'YnVtSXRlbVIFYWxidW0=');
 |