You've already forked dart-core-sdk
264 lines
13 KiB
Dart
264 lines
13 KiB
Dart
// This is a generated file - do not edit.
|
|
//
|
|
// Generated from partnerApp.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 partnerAppDescriptor instead')
|
|
const PartnerApp$json = {
|
|
'1': 'PartnerApp',
|
|
'2': [
|
|
{'1': 'ID', '3': 1, '4': 1, '5': 9, '10': 'ID'},
|
|
{'1': 'Name', '3': 2, '4': 1, '5': 9, '10': 'Name'},
|
|
{'1': 'Description', '3': 3, '4': 1, '5': 9, '10': 'Description'},
|
|
{'1': 'BucketPath', '3': 4, '4': 1, '5': 9, '10': 'BucketPath'},
|
|
{'1': 'NatsRootSubject', '3': 5, '4': 1, '5': 9, '10': 'NatsRootSubject'},
|
|
{'1': 'ProjectID', '3': 6, '4': 1, '5': 9, '10': 'ProjectID'},
|
|
{'1': 'OrganisationID', '3': 7, '4': 1, '5': 9, '10': 'OrganisationID'},
|
|
{'1': 'NatsServer', '3': 8, '4': 1, '5': 9, '10': 'NatsServer'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `PartnerApp`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerAppDescriptor = $convert.base64Decode(
|
|
'CgpQYXJ0bmVyQXBwEg4KAklEGAEgASgJUgJJRBISCgROYW1lGAIgASgJUgROYW1lEiAKC0Rlc2'
|
|
'NyaXB0aW9uGAMgASgJUgtEZXNjcmlwdGlvbhIeCgpCdWNrZXRQYXRoGAQgASgJUgpCdWNrZXRQ'
|
|
'YXRoEigKD05hdHNSb290U3ViamVjdBgFIAEoCVIPTmF0c1Jvb3RTdWJqZWN0EhwKCVByb2plY3'
|
|
'RJRBgGIAEoCVIJUHJvamVjdElEEiYKDk9yZ2FuaXNhdGlvbklEGAcgASgJUg5PcmdhbmlzYXRp'
|
|
'b25JRBIeCgpOYXRzU2VydmVyGAggASgJUgpOYXRzU2VydmVy');
|
|
|
|
@$core.Deprecated('Use createPartnerAppRequestDescriptor instead')
|
|
const CreatePartnerAppRequest$json = {
|
|
'1': 'CreatePartnerAppRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'Name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Name'},
|
|
{'1': 'Description', '3': 3, '4': 1, '5': 9, '10': 'Description'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `CreatePartnerAppRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List createPartnerAppRequestDescriptor = $convert.base64Decode(
|
|
'ChdDcmVhdGVQYXJ0bmVyQXBwUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdWVzdF'
|
|
'Byb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISRQoETmFtZRgCIAEoCUIxkkEUigERXihb'
|
|
'QS1aYS16MC05LV0pKyT6QhdyFRABMhFeKFtBLVphLXowLTktXSkrJFIETmFtZRIgCgtEZXNjcm'
|
|
'lwdGlvbhgDIAEoCVILRGVzY3JpcHRpb24=');
|
|
|
|
@$core.Deprecated('Use createPartnerAppResultDescriptor instead')
|
|
const CreatePartnerAppResult$json = {
|
|
'1': 'CreatePartnerAppResult',
|
|
'2': [
|
|
{'1': 'Version', '3': 1, '4': 1, '5': 5, '10': 'Version'},
|
|
{'1': 'OrganisationID', '3': 2, '4': 1, '5': 9, '10': 'OrganisationID'},
|
|
{'1': 'ProjectID', '3': 3, '4': 1, '5': 9, '10': 'ProjectID'},
|
|
{'1': 'PartnerAppID', '3': 4, '4': 1, '5': 9, '10': 'PartnerAppID'},
|
|
{'1': 'PartnerAppJWT', '3': 11, '4': 1, '5': 9, '10': 'PartnerAppJWT'},
|
|
{'1': 'Core', '3': 5, '4': 1, '5': 11, '6': '.api.CoreEndpoint', '10': 'Core'},
|
|
{'1': 'Integration', '3': 6, '4': 1, '5': 11, '6': '.api.IntegrationEndpoint', '10': 'Integration'},
|
|
{'1': 'OpenID', '3': 7, '4': 1, '5': 11, '6': '.api.OpenIDCredentials', '10': 'OpenID'},
|
|
{'1': 'Nats', '3': 8, '4': 1, '5': 11, '6': '.api.NatsCredentials', '10': 'Nats'},
|
|
{'1': 'OpenDistro', '3': 9, '4': 1, '5': 11, '6': '.api.OpenSearchCredentials', '10': 'OpenDistro'},
|
|
{'1': 'Storage', '3': 10, '4': 1, '5': 11, '6': '.api.StorageEndpoint', '10': 'Storage'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `CreatePartnerAppResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List createPartnerAppResultDescriptor = $convert.base64Decode(
|
|
'ChZDcmVhdGVQYXJ0bmVyQXBwUmVzdWx0EhgKB1ZlcnNpb24YASABKAVSB1ZlcnNpb24SJgoOT3'
|
|
'JnYW5pc2F0aW9uSUQYAiABKAlSDk9yZ2FuaXNhdGlvbklEEhwKCVByb2plY3RJRBgDIAEoCVIJ'
|
|
'UHJvamVjdElEEiIKDFBhcnRuZXJBcHBJRBgEIAEoCVIMUGFydG5lckFwcElEEiQKDVBhcnRuZX'
|
|
'JBcHBKV1QYCyABKAlSDVBhcnRuZXJBcHBKV1QSJQoEQ29yZRgFIAEoCzIRLmFwaS5Db3JlRW5k'
|
|
'cG9pbnRSBENvcmUSOgoLSW50ZWdyYXRpb24YBiABKAsyGC5hcGkuSW50ZWdyYXRpb25FbmRwb2'
|
|
'ludFILSW50ZWdyYXRpb24SLgoGT3BlbklEGAcgASgLMhYuYXBpLk9wZW5JRENyZWRlbnRpYWxz'
|
|
'UgZPcGVuSUQSKAoETmF0cxgIIAEoCzIULmFwaS5OYXRzQ3JlZGVudGlhbHNSBE5hdHMSOgoKT3'
|
|
'BlbkRpc3RybxgJIAEoCzIaLmFwaS5PcGVuU2VhcmNoQ3JlZGVudGlhbHNSCk9wZW5EaXN0cm8S'
|
|
'LgoHU3RvcmFnZRgKIAEoCzIULmFwaS5TdG9yYWdlRW5kcG9pbnRSB1N0b3JhZ2U=');
|
|
|
|
@$core.Deprecated('Use updatePartnerAppRequestDescriptor instead')
|
|
const UpdatePartnerAppRequest$json = {
|
|
'1': 'UpdatePartnerAppRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'ID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ID'},
|
|
{'1': 'Name', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Name'},
|
|
{'1': 'Description', '3': 4, '4': 1, '5': 9, '10': 'Description'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `UpdatePartnerAppRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List updatePartnerAppRequestDescriptor = $convert.base64Decode(
|
|
'ChdVcGRhdGVQYXJ0bmVyQXBwUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdWVzdF'
|
|
'Byb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISFwoCSUQYAiABKAlCB/pCBHICEAFSAklE'
|
|
'EhsKBE5hbWUYAyABKAlCB/pCBHICEAFSBE5hbWUSIAoLRGVzY3JpcHRpb24YBCABKAlSC0Rlc2'
|
|
'NyaXB0aW9u');
|
|
|
|
@$core.Deprecated('Use updatePartnerAppResultDescriptor instead')
|
|
const UpdatePartnerAppResult$json = {
|
|
'1': 'UpdatePartnerAppResult',
|
|
'2': [
|
|
{'1': 'Result', '3': 1, '4': 1, '5': 11, '6': '.api.PartnerApp', '10': 'Result'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `UpdatePartnerAppResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List updatePartnerAppResultDescriptor = $convert.base64Decode(
|
|
'ChZVcGRhdGVQYXJ0bmVyQXBwUmVzdWx0EicKBlJlc3VsdBgBIAEoCzIPLmFwaS5QYXJ0bmVyQX'
|
|
'BwUgZSZXN1bHQ=');
|
|
|
|
@$core.Deprecated('Use getPartnerAppRequestDescriptor instead')
|
|
const GetPartnerAppRequest$json = {
|
|
'1': 'GetPartnerAppRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestPartnerAppHeader', '8': {}, '10': 'Header'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `GetPartnerAppRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List getPartnerAppRequestDescriptor = $convert.base64Decode(
|
|
'ChRHZXRQYXJ0bmVyQXBwUmVxdWVzdBI+CgZIZWFkZXIYASABKAsyHC5hcGkuUmVxdWVzdFBhcn'
|
|
'RuZXJBcHBIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXI=');
|
|
|
|
@$core.Deprecated('Use getPartnerAppResultDescriptor instead')
|
|
const GetPartnerAppResult$json = {
|
|
'1': 'GetPartnerAppResult',
|
|
'2': [
|
|
{'1': 'Result', '3': 1, '4': 1, '5': 11, '6': '.api.PartnerApp', '10': 'Result'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `GetPartnerAppResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List getPartnerAppResultDescriptor = $convert.base64Decode(
|
|
'ChNHZXRQYXJ0bmVyQXBwUmVzdWx0EicKBlJlc3VsdBgBIAEoCzIPLmFwaS5QYXJ0bmVyQXBwUg'
|
|
'ZSZXN1bHQ=');
|
|
|
|
@$core.Deprecated('Use listPartnerAppsRequestDescriptor instead')
|
|
const ListPartnerAppsRequest$json = {
|
|
'1': 'ListPartnerAppsRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'Paging', '3': 2, '4': 1, '5': 11, '6': '.api.Paging', '10': 'Paging'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `ListPartnerAppsRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listPartnerAppsRequestDescriptor = $convert.base64Decode(
|
|
'ChZMaXN0UGFydG5lckFwcHNSZXF1ZXN0EjsKBkhlYWRlchgBIAEoCzIZLmFwaS5SZXF1ZXN0UH'
|
|
'JvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchIjCgZQYWdpbmcYAiABKAsyCy5hcGkuUGFn'
|
|
'aW5nUgZQYWdpbmc=');
|
|
|
|
@$core.Deprecated('Use listPartnerAppsResultDescriptor instead')
|
|
const ListPartnerAppsResult$json = {
|
|
'1': 'ListPartnerAppsResult',
|
|
'2': [
|
|
{'1': 'Results', '3': 1, '4': 3, '5': 11, '6': '.api.PartnerApp', '10': 'Results'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `ListPartnerAppsResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listPartnerAppsResultDescriptor = $convert.base64Decode(
|
|
'ChVMaXN0UGFydG5lckFwcHNSZXN1bHQSKQoHUmVzdWx0cxgBIAMoCzIPLmFwaS5QYXJ0bmVyQX'
|
|
'BwUgdSZXN1bHRz');
|
|
|
|
@$core.Deprecated('Use deletePartnerAppRequestDescriptor instead')
|
|
const DeletePartnerAppRequest$json = {
|
|
'1': 'DeletePartnerAppRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'ID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ID'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `DeletePartnerAppRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List deletePartnerAppRequestDescriptor = $convert.base64Decode(
|
|
'ChdEZWxldGVQYXJ0bmVyQXBwUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdWVzdF'
|
|
'Byb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISFwoCSUQYAiABKAlCB/pCBHICEAFSAklE');
|
|
|
|
@$core.Deprecated('Use deletePartnerAppResultDescriptor instead')
|
|
const DeletePartnerAppResult$json = {
|
|
'1': 'DeletePartnerAppResult',
|
|
'2': [
|
|
{'1': 'WorkflowExecution', '3': 1, '4': 1, '5': 11, '6': '.api.WorkflowExecutionResult', '10': 'WorkflowExecution'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `DeletePartnerAppResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List deletePartnerAppResultDescriptor = $convert.base64Decode(
|
|
'ChZEZWxldGVQYXJ0bmVyQXBwUmVzdWx0EkoKEVdvcmtmbG93RXhlY3V0aW9uGAEgASgLMhwuYX'
|
|
'BpLldvcmtmbG93RXhlY3V0aW9uUmVzdWx0UhFXb3JrZmxvd0V4ZWN1dGlvbg==');
|
|
|
|
@$core.Deprecated('Use deletePartnerAppInDBRequestDescriptor instead')
|
|
const DeletePartnerAppInDBRequest$json = {
|
|
'1': 'DeletePartnerAppInDBRequest',
|
|
'2': [
|
|
{'1': 'PartnerAppID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'PartnerAppID'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `DeletePartnerAppInDBRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List deletePartnerAppInDBRequestDescriptor = $convert.base64Decode(
|
|
'ChtEZWxldGVQYXJ0bmVyQXBwSW5EQlJlcXVlc3QSKwoMUGFydG5lckFwcElEGAEgASgJQgf6Qg'
|
|
'RyAhABUgxQYXJ0bmVyQXBwSUQ=');
|
|
|
|
@$core.Deprecated('Use deletePartnerAppInDBResultDescriptor instead')
|
|
const DeletePartnerAppInDBResult$json = {
|
|
'1': 'DeletePartnerAppInDBResult',
|
|
};
|
|
|
|
/// Descriptor for `DeletePartnerAppInDBResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List deletePartnerAppInDBResultDescriptor = $convert.base64Decode(
|
|
'ChpEZWxldGVQYXJ0bmVyQXBwSW5EQlJlc3VsdA==');
|
|
|
|
@$core.Deprecated('Use renewPartnerAppRequestDescriptor instead')
|
|
const RenewPartnerAppRequest$json = {
|
|
'1': 'RenewPartnerAppRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestPartnerAppHeader', '8': {}, '10': 'Header'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `RenewPartnerAppRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List renewPartnerAppRequestDescriptor = $convert.base64Decode(
|
|
'ChZSZW5ld1BhcnRuZXJBcHBSZXF1ZXN0Ej4KBkhlYWRlchgBIAEoCzIcLmFwaS5SZXF1ZXN0UG'
|
|
'FydG5lckFwcEhlYWRlckII+kIFigECEAFSBkhlYWRlcg==');
|
|
|
|
@$core.Deprecated('Use renewPartnerAppResultDescriptor instead')
|
|
const RenewPartnerAppResult$json = {
|
|
'1': 'RenewPartnerAppResult',
|
|
'2': [
|
|
{'1': 'Version', '3': 1, '4': 1, '5': 5, '10': 'Version'},
|
|
{'1': 'OrganisationID', '3': 2, '4': 1, '5': 9, '10': 'OrganisationID'},
|
|
{'1': 'ProjectID', '3': 3, '4': 1, '5': 9, '10': 'ProjectID'},
|
|
{'1': 'PartnerAppID', '3': 4, '4': 1, '5': 9, '10': 'PartnerAppID'},
|
|
{'1': 'PartnerAppJWT', '3': 11, '4': 1, '5': 9, '10': 'PartnerAppJWT'},
|
|
{'1': 'Core', '3': 5, '4': 1, '5': 11, '6': '.api.CoreEndpoint', '10': 'Core'},
|
|
{'1': 'Integration', '3': 6, '4': 1, '5': 11, '6': '.api.IntegrationEndpoint', '10': 'Integration'},
|
|
{'1': 'OpenID', '3': 7, '4': 1, '5': 11, '6': '.api.OpenIDCredentials', '10': 'OpenID'},
|
|
{'1': 'Nats', '3': 8, '4': 1, '5': 11, '6': '.api.NatsCredentials', '10': 'Nats'},
|
|
{'1': 'OpenDistro', '3': 9, '4': 1, '5': 11, '6': '.api.OpenSearchCredentials', '10': 'OpenDistro'},
|
|
{'1': 'Storage', '3': 10, '4': 1, '5': 11, '6': '.api.StorageEndpoint', '10': 'Storage'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `RenewPartnerAppResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List renewPartnerAppResultDescriptor = $convert.base64Decode(
|
|
'ChVSZW5ld1BhcnRuZXJBcHBSZXN1bHQSGAoHVmVyc2lvbhgBIAEoBVIHVmVyc2lvbhImCg5Pcm'
|
|
'dhbmlzYXRpb25JRBgCIAEoCVIOT3JnYW5pc2F0aW9uSUQSHAoJUHJvamVjdElEGAMgASgJUglQ'
|
|
'cm9qZWN0SUQSIgoMUGFydG5lckFwcElEGAQgASgJUgxQYXJ0bmVyQXBwSUQSJAoNUGFydG5lck'
|
|
'FwcEpXVBgLIAEoCVINUGFydG5lckFwcEpXVBIlCgRDb3JlGAUgASgLMhEuYXBpLkNvcmVFbmRw'
|
|
'b2ludFIEQ29yZRI6CgtJbnRlZ3JhdGlvbhgGIAEoCzIYLmFwaS5JbnRlZ3JhdGlvbkVuZHBvaW'
|
|
'50UgtJbnRlZ3JhdGlvbhIuCgZPcGVuSUQYByABKAsyFi5hcGkuT3BlbklEQ3JlZGVudGlhbHNS'
|
|
'Bk9wZW5JRBIoCgROYXRzGAggASgLMhQuYXBpLk5hdHNDcmVkZW50aWFsc1IETmF0cxI6CgpPcG'
|
|
'VuRGlzdHJvGAkgASgLMhouYXBpLk9wZW5TZWFyY2hDcmVkZW50aWFsc1IKT3BlbkRpc3RybxIu'
|
|
'CgdTdG9yYWdlGAogASgLMhQuYXBpLlN0b3JhZ2VFbmRwb2ludFIHU3RvcmFnZQ==');
|
|
|