client/dart/initial/disk.pbjson.dart

289 lines
9.8 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 emptyDescriptor instead')
const Empty$json = {
'1': 'Empty',
};
/// Descriptor for `Empty`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List emptyDescriptor =
$convert.base64Decode('CgVFbXB0eQ==');
@$core.Deprecated('Use listRequestDescriptor instead')
const ListRequest$json = {
'1': 'ListRequest',
'2': [
{'1': 'identity', '3': 1, '4': 1, '5': 9, '10': 'identity'},
{'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
],
};
/// Descriptor for `ListRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listRequestDescriptor = $convert.base64Decode(
'CgtMaXN0UmVxdWVzdBIaCghpZGVudGl0eRgBIAEoCVIIaWRlbnRpdHkSEgoEbmFtZRgCIAEoCV'
'IEbmFtZQ==');
@$core.Deprecated('Use listResponseDescriptor instead')
const ListResponse$json = {
'1': 'ListResponse',
'2': [
{
'1': 'list',
'3': 1,
'4': 3,
'5': 11,
'6': '.cloud.UserFile',
'10': 'list'
},
],
};
/// Descriptor for `ListResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listResponseDescriptor = $convert.base64Decode(
'CgxMaXN0UmVzcG9uc2USIwoEbGlzdBgBIAMoCzIPLmNsb3VkLlVzZXJGaWxlUgRsaXN0');
@$core.Deprecated('Use dirTreeRequestDescriptor instead')
const DirTreeRequest$json = {
'1': 'DirTreeRequest',
'2': [
{'1': 'identity', '3': 1, '4': 1, '5': 9, '10': 'identity'},
],
};
/// Descriptor for `DirTreeRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List dirTreeRequestDescriptor = $convert.base64Decode(
'Cg5EaXJUcmVlUmVxdWVzdBIaCghpZGVudGl0eRgBIAEoCVIIaWRlbnRpdHk=');
@$core.Deprecated('Use dirTreeResponseDescriptor instead')
const DirTreeResponse$json = {
'1': 'DirTreeResponse',
'2': [
{
'1': 'list',
'3': 1,
'4': 3,
'5': 11,
'6': '.cloud.UserFile',
'10': 'list'
},
],
};
/// Descriptor for `DirTreeResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List dirTreeResponseDescriptor = $convert.base64Decode(
'Cg9EaXJUcmVlUmVzcG9uc2USIwoEbGlzdBgBIAMoCzIPLmNsb3VkLlVzZXJGaWxlUgRsaXN0');
@$core.Deprecated('Use downloadRequestDescriptor instead')
const DownloadRequest$json = {
'1': 'DownloadRequest',
'2': [
{'1': 'list', '3': 1, '4': 3, '5': 9, '10': 'list'},
],
};
/// Descriptor for `DownloadRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List downloadRequestDescriptor = $convert
.base64Decode('Cg9Eb3dubG9hZFJlcXVlc3QSEgoEbGlzdBgBIAMoCVIEbGlzdA==');
@$core.Deprecated('Use userFileDescriptor instead')
const UserFile$json = {
'1': 'UserFile',
'2': [
{'1': 'identity', '3': 1, '4': 1, '5': 9, '10': 'identity'},
{'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
{'1': 'ext', '3': 3, '4': 1, '5': 9, '10': 'ext'},
{'1': 'parent', '3': 4, '4': 3, '5': 9, '10': 'parent'},
{'1': 'file', '3': 5, '4': 1, '5': 11, '6': '.cloud.File', '10': 'file'},
{'1': 'created_at', '3': 7, '4': 1, '5': 9, '10': 'createdAt'},
{'1': 'updated_at', '3': 8, '4': 1, '5': 9, '10': 'updatedAt'},
{
'1': 'children',
'3': 9,
'4': 3,
'5': 11,
'6': '.cloud.UserFile',
'10': 'children'
},
],
};
/// Descriptor for `UserFile`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List userFileDescriptor = $convert.base64Decode(
'CghVc2VyRmlsZRIaCghpZGVudGl0eRgBIAEoCVIIaWRlbnRpdHkSEgoEbmFtZRgCIAEoCVIEbm'
'FtZRIQCgNleHQYAyABKAlSA2V4dBIWCgZwYXJlbnQYBCADKAlSBnBhcmVudBIfCgRmaWxlGAUg'
'ASgLMgsuY2xvdWQuRmlsZVIEZmlsZRIdCgpjcmVhdGVkX2F0GAcgASgJUgljcmVhdGVkQXQSHQ'
'oKdXBkYXRlZF9hdBgIIAEoCVIJdXBkYXRlZEF0EisKCGNoaWxkcmVuGAkgAygLMg8uY2xvdWQu'
'VXNlckZpbGVSCGNoaWxkcmVu');
@$core.Deprecated('Use fileDescriptor instead')
const File$json = {
'1': 'File',
'2': [
{'1': 'identity', '3': 1, '4': 1, '5': 9, '10': 'identity'},
{'1': 'path', '3': 2, '4': 1, '5': 9, '10': 'path'},
{'1': 'size', '3': 3, '4': 1, '5': 3, '10': 'size'},
],
};
/// Descriptor for `File`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List fileDescriptor = $convert.base64Decode(
'CgRGaWxlEhoKCGlkZW50aXR5GAEgASgJUghpZGVudGl0eRISCgRwYXRoGAIgASgJUgRwYXRoEh'
'IKBHNpemUYAyABKANSBHNpemU=');
@$core.Deprecated('Use makeRequestDescriptor instead')
const MakeRequest$json = {
'1': 'MakeRequest',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'ext', '3': 2, '4': 1, '5': 9, '10': 'ext'},
{'1': 'parent_identity', '3': 3, '4': 1, '5': 9, '10': 'parentIdentity'},
{'1': 'size', '3': 4, '4': 1, '5': 3, '10': 'size'},
{'1': 'hash', '3': 5, '4': 1, '5': 9, '10': 'hash'},
{'1': 'path', '3': 6, '4': 1, '5': 9, '10': 'path'},
],
};
/// Descriptor for `MakeRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List makeRequestDescriptor = $convert.base64Decode(
'CgtNYWtlUmVxdWVzdBISCgRuYW1lGAEgASgJUgRuYW1lEhAKA2V4dBgCIAEoCVIDZXh0EicKD3'
'BhcmVudF9pZGVudGl0eRgDIAEoCVIOcGFyZW50SWRlbnRpdHkSEgoEc2l6ZRgEIAEoA1IEc2l6'
'ZRISCgRoYXNoGAUgASgJUgRoYXNoEhIKBHBhdGgYBiABKAlSBHBhdGg=');
@$core.Deprecated('Use makeResponseDescriptor instead')
const MakeResponse$json = {
'1': 'MakeResponse',
'2': [
{'1': 'identity', '3': 1, '4': 1, '5': 9, '10': 'identity'},
],
};
/// Descriptor for `MakeResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List makeResponseDescriptor = $convert
.base64Decode('CgxNYWtlUmVzcG9uc2USGgoIaWRlbnRpdHkYASABKAlSCGlkZW50aXR5');
@$core.Deprecated('Use renameRequestDescriptor instead')
const RenameRequest$json = {
'1': 'RenameRequest',
'2': [
{'1': 'identity', '3': 1, '4': 1, '5': 9, '10': 'identity'},
{'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
{'1': 'ext', '3': 3, '4': 1, '5': 9, '10': 'ext'},
],
};
/// Descriptor for `RenameRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List renameRequestDescriptor = $convert.base64Decode(
'Cg1SZW5hbWVSZXF1ZXN0EhoKCGlkZW50aXR5GAEgASgJUghpZGVudGl0eRISCgRuYW1lGAIgAS'
'gJUgRuYW1lEhAKA2V4dBgDIAEoCVIDZXh0');
@$core.Deprecated('Use removeRequestDescriptor instead')
const RemoveRequest$json = {
'1': 'RemoveRequest',
'2': [
{'1': 'list', '3': 1, '4': 3, '5': 9, '10': 'list'},
],
};
/// Descriptor for `RemoveRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List removeRequestDescriptor =
$convert.base64Decode('Cg1SZW1vdmVSZXF1ZXN0EhIKBGxpc3QYASADKAlSBGxpc3Q=');
@$core.Deprecated('Use moveRequestDescriptor instead')
const MoveRequest$json = {
'1': 'MoveRequest',
'2': [
{'1': 'list', '3': 1, '4': 3, '5': 9, '10': 'list'},
{'1': 'target_identity', '3': 2, '4': 1, '5': 9, '10': 'targetIdentity'},
],
};
/// Descriptor for `MoveRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List moveRequestDescriptor = $convert.base64Decode(
'CgtNb3ZlUmVxdWVzdBISCgRsaXN0GAEgAygJUgRsaXN0EicKD3RhcmdldF9pZGVudGl0eRgCIA'
'EoCVIOdGFyZ2V0SWRlbnRpdHk=');
@$core.Deprecated('Use copyRequestDescriptor instead')
const CopyRequest$json = {
'1': 'CopyRequest',
'2': [
{'1': 'list', '3': 1, '4': 3, '5': 9, '10': 'list'},
{'1': 'target_identity', '3': 3, '4': 1, '5': 9, '10': 'targetIdentity'},
],
};
/// Descriptor for `CopyRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List copyRequestDescriptor = $convert.base64Decode(
'CgtDb3B5UmVxdWVzdBISCgRsaXN0GAEgAygJUgRsaXN0EicKD3RhcmdldF9pZGVudGl0eRgDIA'
'EoCVIOdGFyZ2V0SWRlbnRpdHk=');
@$core.Deprecated('Use shareRequestDescriptor instead')
const ShareRequest$json = {
'1': 'ShareRequest',
'2': [
{'1': 'list', '3': 1, '4': 3, '5': 9, '10': 'list'},
{'1': 'days', '3': 2, '4': 1, '5': 3, '10': 'days'},
],
};
/// Descriptor for `ShareRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List shareRequestDescriptor = $convert.base64Decode(
'CgxTaGFyZVJlcXVlc3QSEgoEbGlzdBgBIAMoCVIEbGlzdBISCgRkYXlzGAIgASgDUgRkYXlz');
@$core.Deprecated('Use shareResponseDescriptor instead')
const ShareResponse$json = {
'1': 'ShareResponse',
'2': [
{'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
],
};
/// Descriptor for `ShareResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List shareResponseDescriptor =
$convert.base64Decode('Cg1TaGFyZVJlc3BvbnNlEhAKA2tleRgBIAEoCVIDa2V5');
@$core.Deprecated('Use parseShareRequestDescriptor instead')
const ParseShareRequest$json = {
'1': 'ParseShareRequest',
'2': [
{'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
],
};
/// Descriptor for `ParseShareRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List parseShareRequestDescriptor = $convert
.base64Decode('ChFQYXJzZVNoYXJlUmVxdWVzdBIQCgNrZXkYASABKAlSA2tleQ==');
@$core.Deprecated('Use parseShareResponseDescriptor instead')
const ParseShareResponse$json = {
'1': 'ParseShareResponse',
'2': [
{
'1': 'list',
'3': 1,
'4': 3,
'5': 11,
'6': '.cloud.UserFile',
'10': 'list'
},
],
};
/// Descriptor for `ParseShareResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List parseShareResponseDescriptor = $convert.base64Decode(
'ChJQYXJzZVNoYXJlUmVzcG9uc2USIwoEbGlzdBgBIAMoCzIPLmNsb3VkLlVzZXJGaWxlUgRsaX'
'N0');