You've already forked dart-core-sdk
70 lines
3.0 KiB
Dart
70 lines
3.0 KiB
Dart
// 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'
|
|
'NlUglOYW1lc3BhY2USPgoMVGVtcGxhdGVOYW1lGAIgASgJQhqSQQ8yDVRlbXBsYXRlIG5hbWW6'
|
|
'gQEEcgIQAVIMVGVtcGxhdGVOYW1lEpcBCgxMYW5ndWFnZUNvZGUYAyABKAlCc5JBcDJoPGEgaH'
|
|
'JlZj0naHR0cHM6Ly9lbi53aWtpcGVkaWEub3JnL3dpa2kvTGlzdF9vZl9JU09fNjM5X2xhbmd1'
|
|
'YWdlX2NvZGVzJz5JU08gNjM5IGNvZGU8L2E+IG1lc3NhZ2UgbGFuZ3VhZ2VKBCJlbiJSDExhbm'
|
|
'd1YWdlQ29kZRJPCghEYXRhSlNPThgEIAEoCUIzkkEoMiZKU09OIGRhdGEgdG8gYmUgcGFzc2Vk'
|
|
'IHRvIHRoZSB0ZW1wbGF0ZbqBAQRyAhABUghEYXRhSlNPThJXCgxPdXRwdXRGb3JtYXQYBSABKA'
|
|
'4yFi5hcGkuR29BUEVHZW5lcmF0ZVR5cGVCG5JBDzINT3V0cHV0IGZvcm1hdLqBAQWCAQIQAVIM'
|
|
'T3V0cHV0Rm9ybWF0Oi6SQSsKKdIBDFRlbXBsYXRlTmFtZdIBCERhdGFKU09O0gEMT3V0cHV0Rm'
|
|
'9ybWF0');
|
|
|
|
@$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==');
|
|
|