client/dart/cloud/disk.pbjson.dart

234 lines
8.9 KiB
Dart

// This is a generated file - do not edit.
//
// Generated from disk.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 createDirRequestDescriptor instead')
const CreateDirRequest$json = {
'1': 'CreateDirRequest',
'2': [
{'1': 'cloud_id', '3': 1, '4': 1, '5': 4, '10': 'cloudId'},
{'1': 'cloud_identity', '3': 2, '4': 1, '5': 9, '10': 'cloudIdentity'},
{'1': 'parent_id', '3': 3, '4': 1, '5': 4, '10': 'parentId'},
{'1': 'name', '3': 4, '4': 1, '5': 9, '10': 'name'},
{'1': 'path', '3': 5, '4': 1, '5': 9, '10': 'path'},
],
};
/// Descriptor for `CreateDirRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List createDirRequestDescriptor = $convert.base64Decode(
'ChBDcmVhdGVEaXJSZXF1ZXN0EhkKCGNsb3VkX2lkGAEgASgEUgdjbG91ZElkEiUKDmNsb3VkX2'
'lkZW50aXR5GAIgASgJUg1jbG91ZElkZW50aXR5EhsKCXBhcmVudF9pZBgDIAEoBFIIcGFyZW50'
'SWQSEgoEbmFtZRgEIAEoCVIEbmFtZRISCgRwYXRoGAUgASgJUgRwYXRo');
@$core.Deprecated('Use listDirsResponseDescriptor instead')
const ListDirsResponse$json = {
'1': 'ListDirsResponse',
'2': [
{
'1': 'dirs',
'3': 1,
'4': 3,
'5': 11,
'6': '.cloud.CloudDiskDirItem',
'10': 'dirs'
},
{'1': 'total', '3': 2, '4': 1, '5': 3, '10': 'total'},
],
};
/// Descriptor for `ListDirsResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listDirsResponseDescriptor = $convert.base64Decode(
'ChBMaXN0RGlyc1Jlc3BvbnNlEisKBGRpcnMYASADKAsyFy5jbG91ZC5DbG91ZERpc2tEaXJJdG'
'VtUgRkaXJzEhQKBXRvdGFsGAIgASgDUgV0b3RhbA==');
@$core.Deprecated('Use cloudDiskDirItemDescriptor instead')
const CloudDiskDirItem$json = {
'1': 'CloudDiskDirItem',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 4, '10': 'id'},
{'1': 'identity', '3': 2, '4': 1, '5': 9, '10': 'identity'},
{'1': 'parent_id', '3': 3, '4': 1, '5': 4, '10': 'parentId'},
{'1': 'name', '3': 4, '4': 1, '5': 9, '10': 'name'},
{'1': 'path', '3': 5, '4': 1, '5': 9, '10': 'path'},
{'1': 'created_at', '3': 6, '4': 1, '5': 9, '10': 'createdAt'},
{'1': 'updated_at', '3': 7, '4': 1, '5': 9, '10': 'updatedAt'},
{
'1': 'parent',
'3': 8,
'4': 1,
'5': 11,
'6': '.cloud.CloudDiskDirItem',
'10': 'parent'
},
{
'1': 'subdirectories',
'3': 9,
'4': 3,
'5': 11,
'6': '.cloud.CloudDiskDirItem',
'10': 'subdirectories'
},
{
'1': 'files',
'3': 10,
'4': 3,
'5': 11,
'6': '.cloud.CloudDiskFileItem',
'10': 'files'
},
],
};
/// Descriptor for `CloudDiskDirItem`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List cloudDiskDirItemDescriptor = $convert.base64Decode(
'ChBDbG91ZERpc2tEaXJJdGVtEg4KAmlkGAEgASgEUgJpZBIaCghpZGVudGl0eRgCIAEoCVIIaW'
'RlbnRpdHkSGwoJcGFyZW50X2lkGAMgASgEUghwYXJlbnRJZBISCgRuYW1lGAQgASgJUgRuYW1l'
'EhIKBHBhdGgYBSABKAlSBHBhdGgSHQoKY3JlYXRlZF9hdBgGIAEoCVIJY3JlYXRlZEF0Eh0KCn'
'VwZGF0ZWRfYXQYByABKAlSCXVwZGF0ZWRBdBIvCgZwYXJlbnQYCCABKAsyFy5jbG91ZC5DbG91'
'ZERpc2tEaXJJdGVtUgZwYXJlbnQSPwoOc3ViZGlyZWN0b3JpZXMYCSADKAsyFy5jbG91ZC5DbG'
'91ZERpc2tEaXJJdGVtUg5zdWJkaXJlY3RvcmllcxIuCgVmaWxlcxgKIAMoCzIYLmNsb3VkLkNs'
'b3VkRGlza0ZpbGVJdGVtUgVmaWxlcw==');
@$core.Deprecated('Use moveDirRequestDescriptor instead')
const MoveDirRequest$json = {
'1': 'MoveDirRequest',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 4, '10': 'id'},
{'1': 'new_parent_id', '3': 2, '4': 1, '5': 4, '10': 'newParentId'},
],
};
/// Descriptor for `MoveDirRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List moveDirRequestDescriptor = $convert.base64Decode(
'Cg5Nb3ZlRGlyUmVxdWVzdBIOCgJpZBgBIAEoBFICaWQSIgoNbmV3X3BhcmVudF9pZBgCIAEoBF'
'ILbmV3UGFyZW50SWQ=');
@$core.Deprecated('Use listFilesResponseDescriptor instead')
const ListFilesResponse$json = {
'1': 'ListFilesResponse',
'2': [
{
'1': 'files',
'3': 1,
'4': 3,
'5': 11,
'6': '.cloud.CloudDiskFileItem',
'10': 'files'
},
{'1': 'total', '3': 2, '4': 1, '5': 3, '10': 'total'},
],
};
/// Descriptor for `ListFilesResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listFilesResponseDescriptor = $convert.base64Decode(
'ChFMaXN0RmlsZXNSZXNwb25zZRIuCgVmaWxlcxgBIAMoCzIYLmNsb3VkLkNsb3VkRGlza0ZpbG'
'VJdGVtUgVmaWxlcxIUCgV0b3RhbBgCIAEoA1IFdG90YWw=');
@$core.Deprecated('Use moveFileRequestDescriptor instead')
const MoveFileRequest$json = {
'1': 'MoveFileRequest',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 4, '10': 'id'},
{'1': 'new_directory_id', '3': 2, '4': 1, '5': 4, '10': 'newDirectoryId'},
],
};
/// Descriptor for `MoveFileRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List moveFileRequestDescriptor = $convert.base64Decode(
'Cg9Nb3ZlRmlsZVJlcXVlc3QSDgoCaWQYASABKARSAmlkEigKEG5ld19kaXJlY3RvcnlfaWQYAi'
'ABKARSDm5ld0RpcmVjdG9yeUlk');
@$core.Deprecated('Use copyFileRequestDescriptor instead')
const CopyFileRequest$json = {
'1': 'CopyFileRequest',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 4, '10': 'id'},
{
'1': 'target_directory_id',
'3': 2,
'4': 1,
'5': 4,
'10': 'targetDirectoryId'
},
{'1': 'new_name', '3': 3, '4': 1, '5': 9, '10': 'newName'},
],
};
/// Descriptor for `CopyFileRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List copyFileRequestDescriptor = $convert.base64Decode(
'Cg9Db3B5RmlsZVJlcXVlc3QSDgoCaWQYASABKARSAmlkEi4KE3RhcmdldF9kaXJlY3RvcnlfaW'
'QYAiABKARSEXRhcmdldERpcmVjdG9yeUlkEhkKCG5ld19uYW1lGAMgASgJUgduZXdOYW1l');
@$core.Deprecated('Use cloudDiskFileRequestDescriptor instead')
const CloudDiskFileRequest$json = {
'1': 'CloudDiskFileRequest',
'2': [
{'1': 'cloud_id', '3': 1, '4': 1, '5': 4, '10': 'cloudId'},
{'1': 'cloud_identity', '3': 2, '4': 1, '5': 9, '10': 'cloudIdentity'},
{'1': 'directory_id', '3': 3, '4': 1, '5': 4, '10': 'directoryId'},
{'1': 'name', '3': 4, '4': 1, '5': 9, '10': 'name'},
{'1': 'original_name', '3': 5, '4': 1, '5': 9, '10': 'originalName'},
{'1': 'size', '3': 6, '4': 1, '5': 3, '10': 'size'},
{'1': 'mime_type', '3': 7, '4': 1, '5': 9, '10': 'mimeType'},
{'1': 'storage_path', '3': 8, '4': 1, '5': 9, '10': 'storagePath'},
{'1': 'hash', '3': 9, '4': 1, '5': 9, '10': 'hash'},
],
};
/// Descriptor for `CloudDiskFileRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List cloudDiskFileRequestDescriptor = $convert.base64Decode(
'ChRDbG91ZERpc2tGaWxlUmVxdWVzdBIZCghjbG91ZF9pZBgBIAEoBFIHY2xvdWRJZBIlCg5jbG'
'91ZF9pZGVudGl0eRgCIAEoCVINY2xvdWRJZGVudGl0eRIhCgxkaXJlY3RvcnlfaWQYAyABKARS'
'C2RpcmVjdG9yeUlkEhIKBG5hbWUYBCABKAlSBG5hbWUSIwoNb3JpZ2luYWxfbmFtZRgFIAEoCV'
'IMb3JpZ2luYWxOYW1lEhIKBHNpemUYBiABKANSBHNpemUSGwoJbWltZV90eXBlGAcgASgJUght'
'aW1lVHlwZRIhCgxzdG9yYWdlX3BhdGgYCCABKAlSC3N0b3JhZ2VQYXRoEhIKBGhhc2gYCSABKA'
'lSBGhhc2g=');
@$core.Deprecated('Use cloudDiskFileItemDescriptor instead')
const CloudDiskFileItem$json = {
'1': 'CloudDiskFileItem',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 4, '10': 'id'},
{'1': 'identity', '3': 2, '4': 1, '5': 9, '10': 'identity'},
{'1': 'directory_id', '3': 3, '4': 1, '5': 4, '10': 'directoryId'},
{'1': 'name', '3': 4, '4': 1, '5': 9, '10': 'name'},
{'1': 'original_name', '3': 5, '4': 1, '5': 9, '10': 'originalName'},
{'1': 'size', '3': 6, '4': 1, '5': 3, '10': 'size'},
{'1': 'mime_type', '3': 7, '4': 1, '5': 9, '10': 'mimeType'},
{'1': 'storage_path', '3': 8, '4': 1, '5': 9, '10': 'storagePath'},
{'1': 'hash', '3': 9, '4': 1, '5': 9, '10': 'hash'},
{'1': 'created_at', '3': 10, '4': 1, '5': 9, '10': 'createdAt'},
{'1': 'updated_at', '3': 11, '4': 1, '5': 9, '10': 'updatedAt'},
{
'1': 'directory',
'3': 12,
'4': 1,
'5': 11,
'6': '.cloud.CloudDiskDirItem',
'10': 'directory'
},
],
};
/// Descriptor for `CloudDiskFileItem`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List cloudDiskFileItemDescriptor = $convert.base64Decode(
'ChFDbG91ZERpc2tGaWxlSXRlbRIOCgJpZBgBIAEoBFICaWQSGgoIaWRlbnRpdHkYAiABKAlSCG'
'lkZW50aXR5EiEKDGRpcmVjdG9yeV9pZBgDIAEoBFILZGlyZWN0b3J5SWQSEgoEbmFtZRgEIAEo'
'CVIEbmFtZRIjCg1vcmlnaW5hbF9uYW1lGAUgASgJUgxvcmlnaW5hbE5hbWUSEgoEc2l6ZRgGIA'
'EoA1IEc2l6ZRIbCgltaW1lX3R5cGUYByABKAlSCG1pbWVUeXBlEiEKDHN0b3JhZ2VfcGF0aBgI'
'IAEoCVILc3RvcmFnZVBhdGgSEgoEaGFzaBgJIAEoCVIEaGFzaBIdCgpjcmVhdGVkX2F0GAogAS'
'gJUgljcmVhdGVkQXQSHQoKdXBkYXRlZF9hdBgLIAEoCVIJdXBkYXRlZEF0EjUKCWRpcmVjdG9y'
'eRgMIAEoCzIXLmNsb3VkLkNsb3VkRGlza0Rpckl0ZW1SCWRpcmVjdG9yeQ==');