// This is a generated file - do not edit. // // Generated from translations.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 translationDescriptor instead') const Translation$json = { '1': 'Translation', '2': [ {'1': 'LanguageCode', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'LanguageCode'}, {'1': 'Translation', '3': 2, '4': 1, '5': 9, '10': 'Translation'}, ], }; /// Descriptor for `Translation`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List translationDescriptor = $convert.base64Decode( 'CgtUcmFuc2xhdGlvbhIxCgxMYW5ndWFnZUNvZGUYASABKAlCDbqBAQlyBxACGAOAAgFSDExhbm' 'd1YWdlQ29kZRIgCgtUcmFuc2xhdGlvbhgCIAEoCVILVHJhbnNsYXRpb24='); @$core.Deprecated('Use translationsByContextDescriptor instead') const TranslationsByContext$json = { '1': 'TranslationsByContext', '2': [ {'1': 'Context', '3': 1, '4': 1, '5': 9, '10': 'Context'}, {'1': 'Labels', '3': 2, '4': 3, '5': 11, '6': '.api.TranslationByLabel', '10': 'Labels'}, ], }; /// Descriptor for `TranslationsByContext`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List translationsByContextDescriptor = $convert.base64Decode( 'ChVUcmFuc2xhdGlvbnNCeUNvbnRleHQSGAoHQ29udGV4dBgBIAEoCVIHQ29udGV4dBIvCgZMYW' 'JlbHMYAiADKAsyFy5hcGkuVHJhbnNsYXRpb25CeUxhYmVsUgZMYWJlbHM='); @$core.Deprecated('Use translationByLabelDescriptor instead') const TranslationByLabel$json = { '1': 'TranslationByLabel', '2': [ {'1': 'Key', '3': 1, '4': 1, '5': 9, '10': 'Key'}, {'1': 'Translation', '3': 2, '4': 1, '5': 9, '10': 'Translation'}, ], }; /// Descriptor for `TranslationByLabel`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List translationByLabelDescriptor = $convert.base64Decode( 'ChJUcmFuc2xhdGlvbkJ5TGFiZWwSEAoDS2V5GAEgASgJUgNLZXkSIAoLVHJhbnNsYXRpb24YAi' 'ABKAlSC1RyYW5zbGF0aW9u'); @$core.Deprecated('Use getTranslationsRequestDescriptor instead') const GetTranslationsRequest$json = { '1': 'GetTranslationsRequest', '2': [ {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'}, {'1': 'Context', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Context'}, {'1': 'Key', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Key'}, ], '7': {}, }; /// Descriptor for `GetTranslationsRequest`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List getTranslationsRequestDescriptor = $convert.base64Decode( 'ChZHZXRUcmFuc2xhdGlvbnNSZXF1ZXN0EjwKBkhlYWRlchgBIAEoCzIZLmFwaS5SZXF1ZXN0UH' 'JvamVjdEhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISIgoHQ29udGV4dBgCIAEoCUIIuoEBBHIC' 'EAFSB0NvbnRleHQSGgoDS2V5GAMgASgJQgi6gQEEcgIQAVIDS2V5Ok6SQUsKSTIuTWVzc2FnZS' 'ByZXF1ZXN0IGZvciB0aGUgR2V0VHJhbnNsYXRpb25zIG1ldGhvZNIBBkhlYWRlctIBB0NvbnRl' 'eHTSAQNLZXk='); @$core.Deprecated('Use getTranslationsResultDescriptor instead') const GetTranslationsResult$json = { '1': 'GetTranslationsResult', '2': [ {'1': 'Translations', '3': 1, '4': 3, '5': 11, '6': '.api.Translation', '10': 'Translations'}, ], '7': {}, }; /// Descriptor for `GetTranslationsResult`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List getTranslationsResultDescriptor = $convert.base64Decode( 'ChVHZXRUcmFuc2xhdGlvbnNSZXN1bHQSNAoMVHJhbnNsYXRpb25zGAEgAygLMhAuYXBpLlRyYW' '5zbGF0aW9uUgxUcmFuc2xhdGlvbnM6NJJBMQovMi1NZXNzYWdlIHJlc3VsdCBmb3IgdGhlIEdl' 'dFRyYW5zbGF0aW9ucyBtZXRob2Q='); @$core.Deprecated('Use putTranslationsRequestDescriptor instead') const PutTranslationsRequest$json = { '1': 'PutTranslationsRequest', '2': [ {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'}, {'1': 'Context', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Context'}, {'1': 'Key', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Key'}, {'1': 'Translations', '3': 4, '4': 3, '5': 11, '6': '.api.Translation', '10': 'Translations'}, ], '7': {}, }; /// Descriptor for `PutTranslationsRequest`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List putTranslationsRequestDescriptor = $convert.base64Decode( 'ChZQdXRUcmFuc2xhdGlvbnNSZXF1ZXN0EjwKBkhlYWRlchgBIAEoCzIZLmFwaS5SZXF1ZXN0UH' 'JvamVjdEhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISIgoHQ29udGV4dBgCIAEoCUIIuoEBBHIC' 'EAFSB0NvbnRleHQSGgoDS2V5GAMgASgJQgi6gQEEcgIQAVIDS2V5EjQKDFRyYW5zbGF0aW9ucx' 'gEIAMoCzIQLmFwaS5UcmFuc2xhdGlvblIMVHJhbnNsYXRpb25zOk2SQUoKSDItTWVzc2FnZSBy' 'ZXF1ZXN0IGZvciB0aGUgUHV0VHJhbnNsYXRpb24gbWV0aG9k0gEGSGVhZGVy0gEHQ29udGV4dN' 'IBA0tleQ=='); @$core.Deprecated('Use putTranslationsResultDescriptor instead') const PutTranslationsResult$json = { '1': 'PutTranslationsResult', '2': [ {'1': 'Translations', '3': 1, '4': 3, '5': 11, '6': '.api.Translation', '10': 'Translations'}, ], '7': {}, }; /// Descriptor for `PutTranslationsResult`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List putTranslationsResultDescriptor = $convert.base64Decode( 'ChVQdXRUcmFuc2xhdGlvbnNSZXN1bHQSNAoMVHJhbnNsYXRpb25zGAEgAygLMhAuYXBpLlRyYW' '5zbGF0aW9uUgxUcmFuc2xhdGlvbnM6M5JBMAouMixNZXNzYWdlIHJlc3VsdCBmb3IgdGhlIFB1' 'dFRyYW5zbGF0aW9uIG1ldGhvZA=='); @$core.Deprecated('Use deleteTranslationsRequestDescriptor instead') const DeleteTranslationsRequest$json = { '1': 'DeleteTranslationsRequest', '2': [ {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'}, {'1': 'Context', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Context'}, {'1': 'Key', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Key'}, ], '7': {}, }; /// Descriptor for `DeleteTranslationsRequest`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List deleteTranslationsRequestDescriptor = $convert.base64Decode( 'ChlEZWxldGVUcmFuc2xhdGlvbnNSZXF1ZXN0EjwKBkhlYWRlchgBIAEoCzIZLmFwaS5SZXF1ZX' 'N0UHJvamVjdEhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISIgoHQ29udGV4dBgCIAEoCUIIuoEB' 'BHICEAFSB0NvbnRleHQSGgoDS2V5GAMgASgJQgi6gQEEcgIQAVIDS2V5OlCSQU0KSzIwTWVzc2' 'FnZSByZXF1ZXN0IGZvciB0aGUgRGVsZXRlVHJhbnNsYXRpb24gbWV0aG9k0gEGSGVhZGVy0gEH' 'Q29udGV4dNIBA0tleQ=='); @$core.Deprecated('Use deleteTranslationsResultDescriptor instead') const DeleteTranslationsResult$json = { '1': 'DeleteTranslationsResult', '7': {}, }; /// Descriptor for `DeleteTranslationsResult`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List deleteTranslationsResultDescriptor = $convert.base64Decode( 'ChhEZWxldGVUcmFuc2xhdGlvbnNSZXN1bHQ6NpJBMwoxMi9NZXNzYWdlIHJlc3VsdCBmb3IgdG' 'hlIERlbGV0ZVRyYW5zbGF0aW9uIG1ldGhvZA=='); @$core.Deprecated('Use listTranslationsRequestDescriptor instead') const ListTranslationsRequest$json = { '1': 'ListTranslationsRequest', '2': [ {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'}, {'1': 'LanguageCode', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'LanguageCode'}, {'1': 'FallbackLanguageCode', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'FallbackLanguageCode'}, ], '7': {}, }; /// Descriptor for `ListTranslationsRequest`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List listTranslationsRequestDescriptor = $convert.base64Decode( 'ChdMaXN0VHJhbnNsYXRpb25zUmVxdWVzdBI8CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdWVzdF' 'Byb2plY3RIZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyEjEKDExhbmd1YWdlQ29kZRgCIAEoCUIN' 'uoEBCXIHEAIYA4ACAVIMTGFuZ3VhZ2VDb2RlEkQKFEZhbGxiYWNrTGFuZ3VhZ2VDb2RlGAMgAS' 'gJQhC6gQEMcgoQAhgD8AEBgAIBUhRGYWxsYmFja0xhbmd1YWdlQ29kZTpOkkFLCkkyL01lc3Nh' 'Z2UgcmVxdWVzdCBmb3IgdGhlIExpc3RUcmFuc2xhdGlvbnMgbWV0aG9k0gEGSGVhZGVy0gEMTG' 'FuZ3VhZ2VDb2Rl'); @$core.Deprecated('Use listTranslationsResultDescriptor instead') const ListTranslationsResult$json = { '1': 'ListTranslationsResult', '2': [ {'1': 'Contexts', '3': 1, '4': 3, '5': 11, '6': '.api.TranslationsByContext', '10': 'Contexts'}, ], '7': {}, }; /// Descriptor for `ListTranslationsResult`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List listTranslationsResultDescriptor = $convert.base64Decode( 'ChZMaXN0VHJhbnNsYXRpb25zUmVzdWx0EjYKCENvbnRleHRzGAEgAygLMhouYXBpLlRyYW5zbG' 'F0aW9uc0J5Q29udGV4dFIIQ29udGV4dHM6NZJBMgowMi5NZXNzYWdlIHJlc3VsdCBmb3IgdGhl' 'IExpc3RUcmFuc2xhdGlvbnMgbWV0aG9k'); @$core.Deprecated('Use deleteAllTranslationsRequestDescriptor instead') const DeleteAllTranslationsRequest$json = { '1': 'DeleteAllTranslationsRequest', '2': [ {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'}, ], '7': {}, }; /// Descriptor for `DeleteAllTranslationsRequest`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List deleteAllTranslationsRequestDescriptor = $convert.base64Decode( 'ChxEZWxldGVBbGxUcmFuc2xhdGlvbnNSZXF1ZXN0EjwKBkhlYWRlchgBIAEoCzIZLmFwaS5SZX' 'F1ZXN0UHJvamVjdEhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXI6RJJBQQo/MjRNZXNzYWdlIHJl' 'cXVlc3QgZm9yIHRoZSBEZWxldGVBbGxUcmFuc2xhdGlvbnMgbWV0aG9k0gEGSGVhZGVy'); @$core.Deprecated('Use deleteAllTranslationsResultDescriptor instead') const DeleteAllTranslationsResult$json = { '1': 'DeleteAllTranslationsResult', '7': {}, }; /// Descriptor for `DeleteAllTranslationsResult`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List deleteAllTranslationsResultDescriptor = $convert.base64Decode( 'ChtEZWxldGVBbGxUcmFuc2xhdGlvbnNSZXN1bHQ6OpJBNwo1MjNNZXNzYWdlIHJlc3VsdCBmb3' 'IgdGhlIERlbGV0ZUFsbFRyYW5zbGF0aW9ucyBtZXRob2Q='); @$core.Deprecated('Use getLanguagesRequestDescriptor instead') const GetLanguagesRequest$json = { '1': 'GetLanguagesRequest', '7': {}, }; /// Descriptor for `GetLanguagesRequest`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List getLanguagesRequestDescriptor = $convert.base64Decode( 'ChNHZXRMYW5ndWFnZXNSZXF1ZXN0OjKSQS8KLTIrTWVzc2FnZSByZXF1ZXN0IGZvciB0aGUgR2' 'V0TGFuZ3VhZ2VzIG1ldGhvZA=='); @$core.Deprecated('Use getLanguagesResultDescriptor instead') const GetLanguagesResult$json = { '1': 'GetLanguagesResult', '2': [ {'1': 'Languages', '3': 1, '4': 3, '5': 9, '10': 'Languages'}, ], '7': {}, }; /// Descriptor for `GetLanguagesResult`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List getLanguagesResultDescriptor = $convert.base64Decode( 'ChJHZXRMYW5ndWFnZXNSZXN1bHQSHAoJTGFuZ3VhZ2VzGAEgAygJUglMYW5ndWFnZXM6MZJBLg' 'osMipNZXNzYWdlIHJlc3VsdCBmb3IgdGhlIEdldExhbmd1YWdlcyBtZXRob2Q=');