Files
dart-core-sdk/lib/attachmentV2.pbjson.dart
2025-03-17 13:04:48 +00:00

336 lines
17 KiB
Dart

//
// Generated code. Do not modify.
// source: attachmentV2.proto
//
// @dart = 2.12
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: constant_identifier_names, library_prefixes
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
import 'dart:convert' as $convert;
import 'dart:core' as $core;
import 'dart:typed_data' as $typed_data;
@$core.Deprecated('Use attachmentKindDescriptor instead')
const AttachmentKind$json = {
'1': 'AttachmentKind',
'2': [
{'1': 'ATTACHMENT_KIND_UNKNOWN', '2': 0},
{'1': 'ATTACHMENT_KIND_FILE', '2': 1},
{'1': 'ATTACHMENT_KIND_LINK', '2': 2},
],
};
/// Descriptor for `AttachmentKind`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List attachmentKindDescriptor = $convert.base64Decode(
'Cg5BdHRhY2htZW50S2luZBIbChdBVFRBQ0hNRU5UX0tJTkRfVU5LTk9XThAAEhgKFEFUVEFDSE'
'1FTlRfS0lORF9GSUxFEAESGAoUQVRUQUNITUVOVF9LSU5EX0xJTksQAg==');
@$core.Deprecated('Use attachmentDescriptor instead')
const Attachment$json = {
'1': 'Attachment',
'2': [
{'1': 'ProjectID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ProjectID'},
{'1': 'Name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Name'},
{'1': 'EntityRefID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'EntityRefID'},
{'1': 'AttachmentType', '3': 4, '4': 1, '5': 11, '6': '.api.AttachmentType', '8': {}, '10': 'AttachmentType'},
{'1': 'URI', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'URI'},
{'1': 'MIMEType', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'MIMEType'},
{'1': 'UploadedAt', '3': 11, '4': 1, '5': 9, '8': {}, '10': 'UploadedAt'},
{'1': 'Kind', '3': 12, '4': 1, '5': 14, '6': '.api.AttachmentKind', '8': {}, '10': 'Kind'},
{'1': 'WebURI', '3': 13, '4': 1, '5': 9, '8': {}, '10': 'WebURI'},
],
};
/// Descriptor for `Attachment`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List attachmentDescriptor = $convert.base64Decode(
'CgpBdHRhY2htZW50EiUKCVByb2plY3RJRBgBIAEoCUIH+kIEcgIQAVIJUHJvamVjdElEEhsKBE'
'5hbWUYAiABKAlCB/pCBHICEAFSBE5hbWUSKQoLRW50aXR5UmVmSUQYAyABKAlCB/pCBHICEAFS'
'C0VudGl0eVJlZklEEkUKDkF0dGFjaG1lbnRUeXBlGAQgASgLMhMuYXBpLkF0dGFjaG1lbnRUeX'
'BlQgj6QgWKAQIQAVIOQXR0YWNobWVudFR5cGUSxAEKA1VSSRgFIAEoCUKxAZJBpgEyowFVUkkg'
'b2YgdGhlIGF0dGFjaG1lbnQgdGhyb3VnaCB3aGljaCBpdCBjYW4gYmUgZG93bmxvYWRlZCAobX'
'VzdCBiZSBhdXRoZW50aWNhdGVkIHdpdGggYSBiZWFyZXIgdG9rZW4pLiBJbiBjYXNlIHRoZSBB'
'dHRhY2htZW50IGlzIGEgbGluaywgdGhlIFVSSSBpcyB0aGUgbGluayBpdHNlbGYu+kIEcgIQAV'
'IDVVJJEiMKCE1JTUVUeXBlGAYgASgJQgf6QgRyAhABUghNSU1FVHlwZRKCAQoKVXBsb2FkZWRB'
'dBgLIAEoCUJikkFXMlVVVEMgZGF0ZS90aW1lIGluIDxhIGhyZWY9J2h0dHBzOi8vZW4ud2lraX'
'BlZGlhLm9yZy93aWtpL0lTT184NjAxJz5JU08gODYwMTwvYT4gZm9ybWF0+kIFcgPQAQFSClVw'
'bG9hZGVkQXQSUwoES2luZBgMIAEoDjITLmFwaS5BdHRhY2htZW50S2luZEIqkkEnMiVLaW5kIG'
'9mIHRoZSBhdHRhY2htZW50IChmaWxlIG9yIGxpbmspUgRLaW5kEq4BCgZXZWJVUkkYDSABKAlC'
'lQGSQYoBMocBVVJJIG9mIHRoZSBhdHRhY2htZW50IHRocm91Z2ggd2hpY2ggaXQgY2FuIGJlIG'
'FjY2Vzc2VkIG9uIGFuIGF1dGhlbnRpY2F0ZWQgd2ViIGFwcC4gSW4gY2FzZSB0aGUgQXR0YWNo'
'bWVudCBpcyBhIGxpbmssIHRoZSBVUkkgaXMgZW1wdHku+kIEcgIQAVIGV2ViVVJJ');
@$core.Deprecated('Use fileDataRequestDescriptor instead')
const FileDataRequest$json = {
'1': 'FileDataRequest',
'2': [
{'1': 'Name', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'Name'},
{'1': 'Content', '3': 2, '4': 1, '5': 12, '10': 'Content'},
],
'7': {},
};
/// Descriptor for `FileDataRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List fileDataRequestDescriptor = $convert.base64Decode(
'Cg9GaWxlRGF0YVJlcXVlc3QSGwoETmFtZRgBIAEoCUIH+kIEcgIQAVIETmFtZRIYCgdDb250ZW'
'50GAIgASgMUgdDb250ZW50OgySQQkKB9IBBE5hbWU=');
@$core.Deprecated('Use fileDataResponseDescriptor instead')
const FileDataResponse$json = {
'1': 'FileDataResponse',
'2': [
{'1': 'Name', '3': 1, '4': 1, '5': 9, '10': 'Name'},
{'1': 'ContentType', '3': 2, '4': 1, '5': 9, '10': 'ContentType'},
{'1': 'Content', '3': 3, '4': 1, '5': 12, '10': 'Content'},
],
'7': {},
};
/// Descriptor for `FileDataResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List fileDataResponseDescriptor = $convert.base64Decode(
'ChBGaWxlRGF0YVJlc3BvbnNlEhIKBE5hbWUYASABKAlSBE5hbWUSIAoLQ29udGVudFR5cGUYAi'
'ABKAlSC0NvbnRlbnRUeXBlEhgKB0NvbnRlbnQYAyABKAxSB0NvbnRlbnQ6DJJBCQoH0gEETmFt'
'ZQ==');
@$core.Deprecated('Use downloadAttachmentV2RequestDescriptor instead')
const DownloadAttachmentV2Request$json = {
'1': 'DownloadAttachmentV2Request',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestAttachmentTypeHeader', '8': {}, '10': 'Header'},
{'1': 'Name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Name'},
{'1': 'EntityRefID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'EntityRefID'},
],
'7': {},
};
/// Descriptor for `DownloadAttachmentV2Request`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List downloadAttachmentV2RequestDescriptor = $convert.base64Decode(
'ChtEb3dubG9hZEF0dGFjaG1lbnRWMlJlcXVlc3QSQgoGSGVhZGVyGAEgASgLMiAuYXBpLlJlcX'
'Vlc3RBdHRhY2htZW50VHlwZUhlYWRlckII+kIFigECEAFSBkhlYWRlchJCCgROYW1lGAIgASgJ'
'Qi6SQSQyIk5hbWUgb2YgdGhlIGF0dGFjaG1lbnQgdG8gZG93bmxvYWT6QgRyAhABUgROYW1lEm'
'YKC0VudGl0eVJlZklEGAMgASgJQkSSQToyOElkZW50aWZpZXIgb2YgdGhlIGVudGl0eSB3aGVy'
'ZSB0aGUgYXR0YWNobWVudCBpcyBsb2NhdGVk+kIEcgIQAVILRW50aXR5UmVmSUQ6I5JBIAoe0g'
'EGSGVhZGVy0gEETmFtZdIBC0VudGl0eVJlZklE');
@$core.Deprecated('Use downloadAttachmentV2ResponseDescriptor instead')
const DownloadAttachmentV2Response$json = {
'1': 'DownloadAttachmentV2Response',
'2': [
{'1': 'Header', '3': 2, '4': 1, '5': 11, '6': '.api.AttachmentTypeResponseHeader', '8': {}, '10': 'Header'},
{'1': 'File', '3': 1, '4': 1, '5': 11, '6': '.api.FileDataResponse', '8': {}, '10': 'File'},
],
};
/// Descriptor for `DownloadAttachmentV2Response`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List downloadAttachmentV2ResponseDescriptor = $convert.base64Decode(
'ChxEb3dubG9hZEF0dGFjaG1lbnRWMlJlc3BvbnNlElYKBkhlYWRlchgCIAEoCzIhLmFwaS5BdH'
'RhY2htZW50VHlwZVJlc3BvbnNlSGVhZGVyQhuSQRgyFkhlYWRlciBvZiB0aGUgcmVzcG9uc2VS'
'BkhlYWRlchIzCgRGaWxlGAEgASgLMhUuYXBpLkZpbGVEYXRhUmVzcG9uc2VCCPpCBYoBAhABUg'
'RGaWxl');
@$core.Deprecated('Use uploadAttachmentV2RequestDescriptor instead')
const UploadAttachmentV2Request$json = {
'1': 'UploadAttachmentV2Request',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestAttachmentTypeHeader', '8': {}, '10': 'Header'},
{'1': 'EntityRefID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'EntityRefID'},
{'1': 'Attachment', '3': 4, '4': 1, '5': 11, '6': '.api.FileDataRequest', '8': {}, '10': 'Attachment'},
],
'7': {},
};
/// Descriptor for `UploadAttachmentV2Request`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List uploadAttachmentV2RequestDescriptor = $convert.base64Decode(
'ChlVcGxvYWRBdHRhY2htZW50VjJSZXF1ZXN0EkIKBkhlYWRlchgBIAEoCzIgLmFwaS5SZXF1ZX'
'N0QXR0YWNobWVudFR5cGVIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISZgoLRW50aXR5UmVmSUQY'
'AyABKAlCRJJBOjI4SWRlbnRpZmllciBvZiB0aGUgZW50aXR5IHdoZXJlIHRoZSBhdHRhY2htZW'
'50IGlzIGxvY2F0ZWT6QgRyAhABUgtFbnRpdHlSZWZJRBI+CgpBdHRhY2htZW50GAQgASgLMhQu'
'YXBpLkZpbGVEYXRhUmVxdWVzdEII+kIFigECEAFSCkF0dGFjaG1lbnQ6PJJBOQo30gEGSGVhZG'
'Vy0gEQQXR0YWNobWVudFR5cGVJRNIBC0VudGl0eVJlZklE0gEKQXR0YWNobWVudA==');
@$core.Deprecated('Use uploadAttachmentV2ResponseDescriptor instead')
const UploadAttachmentV2Response$json = {
'1': 'UploadAttachmentV2Response',
'2': [
{'1': 'Header', '3': 2, '4': 1, '5': 11, '6': '.api.AttachmentTypeResponseHeader', '8': {}, '10': 'Header'},
{'1': 'Attachment', '3': 1, '4': 1, '5': 11, '6': '.api.Attachment', '8': {}, '10': 'Attachment'},
],
};
/// Descriptor for `UploadAttachmentV2Response`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List uploadAttachmentV2ResponseDescriptor = $convert.base64Decode(
'ChpVcGxvYWRBdHRhY2htZW50VjJSZXNwb25zZRJWCgZIZWFkZXIYAiABKAsyIS5hcGkuQXR0YW'
'NobWVudFR5cGVSZXNwb25zZUhlYWRlckIbkkEYMhZIZWFkZXIgb2YgdGhlIHJlc3BvbnNlUgZI'
'ZWFkZXISOQoKQXR0YWNobWVudBgBIAEoCzIPLmFwaS5BdHRhY2htZW50Qgj6QgWKAQIQAVIKQX'
'R0YWNobWVudA==');
@$core.Deprecated('Use addLinkV2RequestDescriptor instead')
const AddLinkV2Request$json = {
'1': 'AddLinkV2Request',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestAttachmentTypeHeader', '8': {}, '10': 'Header'},
{'1': 'EntityRefID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'EntityRefID'},
{'1': 'Name', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'Name'},
{'1': 'URI', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'URI'},
],
'7': {},
};
/// Descriptor for `AddLinkV2Request`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List addLinkV2RequestDescriptor = $convert.base64Decode(
'ChBBZGRMaW5rVjJSZXF1ZXN0EkIKBkhlYWRlchgBIAEoCzIgLmFwaS5SZXF1ZXN0QXR0YWNobW'
'VudFR5cGVIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISZgoLRW50aXR5UmVmSUQYAyABKAlCRJJB'
'OjI4SWRlbnRpZmllciBvZiB0aGUgZW50aXR5IHdoZXJlIHRoZSBhdHRhY2htZW50IGlzIGxvY2'
'F0ZWT6QgRyAhABUgtFbnRpdHlSZWZJRBJFCgROYW1lGAQgASgJQjGSQScyJU5hbWUgb2YgdGhl'
'IGxpbmsgdG8gYWRkIHRvIHRoZSBlbnRpdHn6QgRyAhABUgROYW1lEjYKA1VSSRgFIAEoCUIkkk'
'EaMhhVUkkgdG8gYWRkIHRvIHRoZSBlbnRpdHn6QgRyAhABUgNVUkk6PJJBOQo30gEGSGVhZGVy'
'0gEQQXR0YWNobWVudFR5cGVJRNIBC0VudGl0eVJlZklE0gEETmFtZdIBA1VSSQ==');
@$core.Deprecated('Use addLinkV2ResponseDescriptor instead')
const AddLinkV2Response$json = {
'1': 'AddLinkV2Response',
'2': [
{'1': 'Header', '3': 2, '4': 1, '5': 11, '6': '.api.AttachmentTypeResponseHeader', '8': {}, '10': 'Header'},
{'1': 'Attachment', '3': 1, '4': 1, '5': 11, '6': '.api.Attachment', '8': {}, '10': 'Attachment'},
],
};
/// Descriptor for `AddLinkV2Response`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List addLinkV2ResponseDescriptor = $convert.base64Decode(
'ChFBZGRMaW5rVjJSZXNwb25zZRJWCgZIZWFkZXIYAiABKAsyIS5hcGkuQXR0YWNobWVudFR5cG'
'VSZXNwb25zZUhlYWRlckIbkkEYMhZIZWFkZXIgb2YgdGhlIHJlc3BvbnNlUgZIZWFkZXISOQoK'
'QXR0YWNobWVudBgBIAEoCzIPLmFwaS5BdHRhY2htZW50Qgj6QgWKAQIQAVIKQXR0YWNobWVudA'
'==');
@$core.Deprecated('Use deleteAttachmentV2RequestDescriptor instead')
const DeleteAttachmentV2Request$json = {
'1': 'DeleteAttachmentV2Request',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestAttachmentTypeHeader', '8': {}, '10': 'Header'},
{'1': 'Name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Name'},
{'1': 'EntityRefID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'EntityRefID'},
],
'7': {},
};
/// Descriptor for `DeleteAttachmentV2Request`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List deleteAttachmentV2RequestDescriptor = $convert.base64Decode(
'ChlEZWxldGVBdHRhY2htZW50VjJSZXF1ZXN0EkIKBkhlYWRlchgBIAEoCzIgLmFwaS5SZXF1ZX'
'N0QXR0YWNobWVudFR5cGVIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISQgoETmFtZRgCIAEoCUIu'
'kkEkMiJOYW1lIG9mIHRoZSBhdHRhY2htZW50IHRvIGRvd25sb2Fk+kIEcgIQAVIETmFtZRJmCg'
'tFbnRpdHlSZWZJRBgDIAEoCUJEkkE6MjhJZGVudGlmaWVyIG9mIHRoZSBlbnRpdHkgd2hlcmUg'
'dGhlIGF0dGFjaG1lbnQgaXMgbG9jYXRlZPpCBHICEAFSC0VudGl0eVJlZklEOjaSQTMKMdIBBk'
'hlYWRlctIBBE5hbWXSAQtFbnRpdHlSZWZJRNIBEEF0dGFjaG1lbnRUeXBlSUQ=');
@$core.Deprecated('Use deleteAttachmentV2ResponseDescriptor instead')
const DeleteAttachmentV2Response$json = {
'1': 'DeleteAttachmentV2Response',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.AttachmentTypeResponseHeader', '8': {}, '10': 'Header'},
],
};
/// Descriptor for `DeleteAttachmentV2Response`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List deleteAttachmentV2ResponseDescriptor = $convert.base64Decode(
'ChpEZWxldGVBdHRhY2htZW50VjJSZXNwb25zZRJWCgZIZWFkZXIYASABKAsyIS5hcGkuQXR0YW'
'NobWVudFR5cGVSZXNwb25zZUhlYWRlckIbkkEYMhZIZWFkZXIgb2YgdGhlIHJlc3BvbnNlUgZI'
'ZWFkZXI=');
@$core.Deprecated('Use listAttachmentsV2RequestDescriptor instead')
const ListAttachmentsV2Request$json = {
'1': 'ListAttachmentsV2Request',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
{'1': 'EntityRefID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'EntityRefID'},
{'1': 'EntityType', '3': 4, '4': 1, '5': 14, '6': '.api.EntityType', '8': {}, '10': 'EntityType'},
],
'7': {},
};
/// Descriptor for `ListAttachmentsV2Request`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listAttachmentsV2RequestDescriptor = $convert.base64Decode(
'ChhMaXN0QXR0YWNobWVudHNWMlJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcXVlc3'
'RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEmoKC0VudGl0eVJlZklEGAMgASgJQkiS'
'QUUyQ09wdGlvbmFsIDogSWRlbnRpZmllciBvZiB0aGUgZW50aXR5IHdoZXJlIHRoZSBhdHRhY2'
'htZW50IGlzIGxvY2F0ZWRSC0VudGl0eVJlZklEEnMKCkVudGl0eVR5cGUYBCABKA4yDy5hcGku'
'RW50aXR5VHlwZUJCkkE/Mj1PcHRpb25hbCA6IFR5cGUgb2YgdGhlIGVudGl0eSB3aGVyZSB0aG'
'UgYXR0YWNobWVudCBpcyBsb2NhdGVkUgpFbnRpdHlUeXBlOg6SQQsKCdIBBkhlYWRlcg==');
@$core.Deprecated('Use listAttachmentsV2ResponseDescriptor instead')
const ListAttachmentsV2Response$json = {
'1': 'ListAttachmentsV2Response',
'2': [
{'1': 'Header', '3': 2, '4': 1, '5': 11, '6': '.api.ResponseHeader', '8': {}, '10': 'Header'},
{'1': 'Attachments', '3': 1, '4': 3, '5': 11, '6': '.api.Attachment', '8': {}, '10': 'Attachments'},
],
};
/// Descriptor for `ListAttachmentsV2Response`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listAttachmentsV2ResponseDescriptor = $convert.base64Decode(
'ChlMaXN0QXR0YWNobWVudHNWMlJlc3BvbnNlEkgKBkhlYWRlchgCIAEoCzITLmFwaS5SZXNwb2'
'5zZUhlYWRlckIbkkEYMhZIZWFkZXIgb2YgdGhlIHJlc3BvbnNlUgZIZWFkZXISawoLQXR0YWNo'
'bWVudHMYASADKAsyDy5hcGkuQXR0YWNobWVudEI4kkEtMitMaXN0IG9mIGF0dGFjaG1lbnRzIG'
'1hdGNoaW5nIHRvIHRoZSByZXF1ZXN0+kIFkgECCAFSC0F0dGFjaG1lbnRz');
@$core.Deprecated('Use shareAttachmentV2RequestDescriptor instead')
const ShareAttachmentV2Request$json = {
'1': 'ShareAttachmentV2Request',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestAttachmentTypeHeader', '8': {}, '10': 'Header'},
{'1': 'Name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Name'},
{'1': 'EntityRefID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'EntityRefID'},
],
'7': {},
};
/// Descriptor for `ShareAttachmentV2Request`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List shareAttachmentV2RequestDescriptor = $convert.base64Decode(
'ChhTaGFyZUF0dGFjaG1lbnRWMlJlcXVlc3QSQgoGSGVhZGVyGAEgASgLMiAuYXBpLlJlcXVlc3'
'RBdHRhY2htZW50VHlwZUhlYWRlckII+kIFigECEAFSBkhlYWRlchJCCgROYW1lGAIgASgJQi6S'
'QSQyIk5hbWUgb2YgdGhlIGF0dGFjaG1lbnQgdG8gZG93bmxvYWT6QgRyAhABUgROYW1lEmYKC0'
'VudGl0eVJlZklEGAMgASgJQkSSQToyOElkZW50aWZpZXIgb2YgdGhlIGVudGl0eSB3aGVyZSB0'
'aGUgYXR0YWNobWVudCBpcyBsb2NhdGVk+kIEcgIQAVILRW50aXR5UmVmSUQ6NpJBMwox0gEGSG'
'VhZGVy0gEETmFtZdIBC0VudGl0eVJlZklE0gEQQXR0YWNobWVudFR5cGVJRA==');
@$core.Deprecated('Use shareAttachmentV2ResponseDescriptor instead')
const ShareAttachmentV2Response$json = {
'1': 'ShareAttachmentV2Response',
'2': [
{'1': 'Header', '3': 2, '4': 1, '5': 11, '6': '.api.AttachmentTypeResponseHeader', '8': {}, '10': 'Header'},
{'1': 'ShareLink', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ShareLink'},
],
};
/// Descriptor for `ShareAttachmentV2Response`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List shareAttachmentV2ResponseDescriptor = $convert.base64Decode(
'ChlTaGFyZUF0dGFjaG1lbnRWMlJlc3BvbnNlElYKBkhlYWRlchgCIAEoCzIhLmFwaS5BdHRhY2'
'htZW50VHlwZVJlc3BvbnNlSGVhZGVyQhuSQRgyFkhlYWRlciBvZiB0aGUgcmVzcG9uc2VSBkhl'
'YWRlchJpCglTaGFyZUxpbmsYASABKAlCS5JBQTI/TGluayB0byBhY2Nlc3MgdG8gdGhlIGF0dG'
'NobWVudCBpZiB0aGUgc2hhcmluZyBwb2xpY3kgYWxsb3dzIHRv+kIEcgIQAVIJU2hhcmVMaW5r');
@$core.Deprecated('Use deleteAllAttachmentsV2RequestDescriptor instead')
const DeleteAllAttachmentsV2Request$json = {
'1': 'DeleteAllAttachmentsV2Request',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
],
'7': {},
};
/// Descriptor for `DeleteAllAttachmentsV2Request`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List deleteAllAttachmentsV2RequestDescriptor = $convert.base64Decode(
'Ch1EZWxldGVBbGxBdHRhY2htZW50c1YyUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUm'
'VxdWVzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXI6DpJBCwoJ0gEGSGVhZGVy');
@$core.Deprecated('Use deleteAllAttachmentsV2ResponseDescriptor instead')
const DeleteAllAttachmentsV2Response$json = {
'1': 'DeleteAllAttachmentsV2Response',
};
/// Descriptor for `DeleteAllAttachmentsV2Response`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List deleteAllAttachmentsV2ResponseDescriptor = $convert.base64Decode(
'Ch5EZWxldGVBbGxBdHRhY2htZW50c1YyUmVzcG9uc2U=');