client/dart/cloud/share.pbjson.dart

104 lines
4.6 KiB
Dart

// This is a generated file - do not edit.
//
// Generated from share.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 createShareRequestDescriptor instead')
const CreateShareRequest$json = {
'1': 'CreateShareRequest',
'2': [
{'1': 'cloud_id', '3': 1, '4': 1, '5': 4, '10': 'cloudId'},
{'1': 'cloud_identity', '3': 2, '4': 1, '5': 9, '10': 'cloudIdentity'},
{'1': 'share_type', '3': 3, '4': 1, '5': 9, '10': 'shareType'},
{'1': 'resource_id', '3': 4, '4': 1, '5': 4, '10': 'resourceId'},
{'1': 'share_token', '3': 5, '4': 1, '5': 9, '10': 'shareToken'},
{'1': 'password', '3': 6, '4': 1, '5': 9, '10': 'password'},
{'1': 'expires_at', '3': 7, '4': 1, '5': 9, '10': 'expiresAt'},
{'1': 'is_public', '3': 8, '4': 1, '5': 8, '10': 'isPublic'},
],
};
/// Descriptor for `CreateShareRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List createShareRequestDescriptor = $convert.base64Decode(
'ChJDcmVhdGVTaGFyZVJlcXVlc3QSGQoIY2xvdWRfaWQYASABKARSB2Nsb3VkSWQSJQoOY2xvdW'
'RfaWRlbnRpdHkYAiABKAlSDWNsb3VkSWRlbnRpdHkSHQoKc2hhcmVfdHlwZRgDIAEoCVIJc2hh'
'cmVUeXBlEh8KC3Jlc291cmNlX2lkGAQgASgEUgpyZXNvdXJjZUlkEh8KC3NoYXJlX3Rva2VuGA'
'UgASgJUgpzaGFyZVRva2VuEhoKCHBhc3N3b3JkGAYgASgJUghwYXNzd29yZBIdCgpleHBpcmVz'
'X2F0GAcgASgJUglleHBpcmVzQXQSGwoJaXNfcHVibGljGAggASgIUghpc1B1YmxpYw==');
@$core.Deprecated('Use listSharesResponseDescriptor instead')
const ListSharesResponse$json = {
'1': 'ListSharesResponse',
'2': [
{
'1': 'shares',
'3': 1,
'4': 3,
'5': 11,
'6': '.cloud.CloudShareItem',
'10': 'shares'
},
{'1': 'total', '3': 2, '4': 1, '5': 3, '10': 'total'},
],
};
/// Descriptor for `ListSharesResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listSharesResponseDescriptor = $convert.base64Decode(
'ChJMaXN0U2hhcmVzUmVzcG9uc2USLQoGc2hhcmVzGAEgAygLMhUuY2xvdWQuQ2xvdWRTaGFyZU'
'l0ZW1SBnNoYXJlcxIUCgV0b3RhbBgCIAEoA1IFdG90YWw=');
@$core.Deprecated('Use validateSharePasswordRequestDescriptor instead')
const ValidateSharePasswordRequest$json = {
'1': 'ValidateSharePasswordRequest',
'2': [
{'1': 'identity', '3': 1, '4': 1, '5': 9, '10': 'identity'},
{'1': 'password', '3': 2, '4': 1, '5': 9, '10': 'password'},
],
};
/// Descriptor for `ValidateSharePasswordRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List validateSharePasswordRequestDescriptor =
$convert.base64Decode(
'ChxWYWxpZGF0ZVNoYXJlUGFzc3dvcmRSZXF1ZXN0EhoKCGlkZW50aXR5GAEgASgJUghpZGVudG'
'l0eRIaCghwYXNzd29yZBgCIAEoCVIIcGFzc3dvcmQ=');
@$core.Deprecated('Use cloudShareItemDescriptor instead')
const CloudShareItem$json = {
'1': 'CloudShareItem',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 4, '10': 'id'},
{'1': 'identity', '3': 2, '4': 1, '5': 9, '10': 'identity'},
{'1': 'share_type', '3': 3, '4': 1, '5': 9, '10': 'shareType'},
{'1': 'resource_id', '3': 4, '4': 1, '5': 4, '10': 'resourceId'},
{'1': 'share_token', '3': 5, '4': 1, '5': 9, '10': 'shareToken'},
{'1': 'password', '3': 6, '4': 1, '5': 9, '10': 'password'},
{'1': 'expires_at', '3': 7, '4': 1, '5': 9, '10': 'expiresAt'},
{'1': 'view_count', '3': 8, '4': 1, '5': 5, '10': 'viewCount'},
{'1': 'download_count', '3': 9, '4': 1, '5': 5, '10': 'downloadCount'},
{'1': 'is_public', '3': 10, '4': 1, '5': 8, '10': 'isPublic'},
{'1': 'created_at', '3': 11, '4': 1, '5': 9, '10': 'createdAt'},
{'1': 'updated_at', '3': 12, '4': 1, '5': 9, '10': 'updatedAt'},
],
};
/// Descriptor for `CloudShareItem`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List cloudShareItemDescriptor = $convert.base64Decode(
'Cg5DbG91ZFNoYXJlSXRlbRIOCgJpZBgBIAEoBFICaWQSGgoIaWRlbnRpdHkYAiABKAlSCGlkZW'
'50aXR5Eh0KCnNoYXJlX3R5cGUYAyABKAlSCXNoYXJlVHlwZRIfCgtyZXNvdXJjZV9pZBgEIAEo'
'BFIKcmVzb3VyY2VJZBIfCgtzaGFyZV90b2tlbhgFIAEoCVIKc2hhcmVUb2tlbhIaCghwYXNzd2'
'9yZBgGIAEoCVIIcGFzc3dvcmQSHQoKZXhwaXJlc19hdBgHIAEoCVIJZXhwaXJlc0F0Eh0KCnZp'
'ZXdfY291bnQYCCABKAVSCXZpZXdDb3VudBIlCg5kb3dubG9hZF9jb3VudBgJIAEoBVINZG93bm'
'xvYWRDb3VudBIbCglpc19wdWJsaWMYCiABKAhSCGlzUHVibGljEh0KCmNyZWF0ZWRfYXQYCyAB'
'KAlSCWNyZWF0ZWRBdBIdCgp1cGRhdGVkX2F0GAwgASgJUgl1cGRhdGVkQXQ=');