// This is a generated file - do not edit. // // Generated from go-ape.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 goAPEGenerateTypeDescriptor instead') const GoAPEGenerateType$json = { '1': 'GoAPEGenerateType', '2': [ {'1': 'GO_APE_GENERATE_TYPE_TEXT', '2': 0}, {'1': 'GO_APE_GENERATE_TYPE_PDF', '2': 1}, ], }; /// Descriptor for `GoAPEGenerateType`. Decode as a `google.protobuf.EnumDescriptorProto`. final $typed_data.Uint8List goAPEGenerateTypeDescriptor = $convert.base64Decode( 'ChFHb0FQRUdlbmVyYXRlVHlwZRIdChlHT19BUEVfR0VORVJBVEVfVFlQRV9URVhUEAASHAoYR0' '9fQVBFX0dFTkVSQVRFX1RZUEVfUERGEAE='); @$core.Deprecated('Use goAPEGenerateRequestDescriptor instead') const GoAPEGenerateRequest$json = { '1': 'GoAPEGenerateRequest', '2': [ {'1': 'Namespace', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'Namespace'}, {'1': 'TemplateName', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'TemplateName'}, {'1': 'LanguageCode', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'LanguageCode'}, {'1': 'DataJSON', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'DataJSON'}, {'1': 'OutputFormat', '3': 5, '4': 1, '5': 14, '6': '.api.GoAPEGenerateType', '8': {}, '10': 'OutputFormat'}, ], '7': {}, }; /// Descriptor for `GoAPEGenerateRequest`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List goAPEGenerateRequestDescriptor = $convert.base64Decode( 'ChRHb0FQRUdlbmVyYXRlUmVxdWVzdBIsCglOYW1lc3BhY2UYASABKAlCDpJBCzIJTmFtZXNwYW' 'NlUglOYW1lc3BhY2USPQoMVGVtcGxhdGVOYW1lGAIgASgJQhmSQQ8yDVRlbXBsYXRlIG5hbWX6' 'QgRyAhABUgxUZW1wbGF0ZU5hbWUSlwEKDExhbmd1YWdlQ29kZRgDIAEoCUJzkkFwMmg8YSBocm' 'VmPSdodHRwczovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9MaXN0X29mX0lTT182MzlfbGFuZ3Vh' 'Z2VfY29kZXMnPklTTyA2MzkgY29kZTwvYT4gbWVzc2FnZSBsYW5ndWFnZUoEImVuIlIMTGFuZ3' 'VhZ2VDb2RlEk4KCERhdGFKU09OGAQgASgJQjKSQSgyJkpTT04gZGF0YSB0byBiZSBwYXNzZWQg' 'dG8gdGhlIHRlbXBsYXRl+kIEcgIQAVIIRGF0YUpTT04SVgoMT3V0cHV0Rm9ybWF0GAUgASgOMh' 'YuYXBpLkdvQVBFR2VuZXJhdGVUeXBlQhqSQQ8yDU91dHB1dCBmb3JtYXT6QgWCAQIQAVIMT3V0' 'cHV0Rm9ybWF0Oi6SQSsKKdIBDFRlbXBsYXRlTmFtZdIBCERhdGFKU09O0gEMT3V0cHV0Rm9ybW' 'F0'); @$core.Deprecated('Use goAPEGenerateResultDescriptor instead') const GoAPEGenerateResult$json = { '1': 'GoAPEGenerateResult', '2': [ {'1': 'Result', '3': 1, '4': 1, '5': 12, '8': {}, '10': 'Result'}, ], }; /// Descriptor for `GoAPEGenerateResult`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List goAPEGenerateResultDescriptor = $convert.base64Decode( 'ChNHb0FQRUdlbmVyYXRlUmVzdWx0EiMKBlJlc3VsdBgBIAEoDEILkkEIMgZSZXN1bHRSBlJlc3' 'VsdA==');