You've already forked dart-core-sdk
629 lines
26 KiB
Dart
629 lines
26 KiB
Dart
// This is a generated file - do not edit.
|
|
//
|
|
// Generated from executionflow.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
|
|
|
|
import 'dart:core' as $core;
|
|
|
|
import 'package:protobuf/protobuf.dart' as $pb;
|
|
|
|
import 'actor.pb.dart' as $4;
|
|
import 'item.pb.dart' as $3;
|
|
import 'partner.pb.dart' as $5;
|
|
import 'shared.pb.dart' as $0;
|
|
import 'tradeShared.pb.dart' as $1;
|
|
import 'warehousingShared.pb.dart' as $2;
|
|
|
|
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
|
|
|
class ExecutionflowPayload extends $pb.GeneratedMessage {
|
|
factory ExecutionflowPayload({
|
|
$0.DateTime? creationDateTime,
|
|
$core.String? orderID,
|
|
$core.Iterable<$0.MetadataElement>? metaData,
|
|
$1.TradeTier? shipFrom,
|
|
$1.TradeTier? shipTo,
|
|
$1.TradeTier? carrier,
|
|
$core.String? carrierService,
|
|
$1.OrderRequestedMilestones? requestedMilestones,
|
|
$core.Iterable<$1.ExeFlowLine>? lines,
|
|
$core.Iterable<$2.HandlingunitSummary>? handlingunits,
|
|
$1.ExecutionflowStatusStruct? status,
|
|
$core.bool? shipFromAcked,
|
|
$core.bool? shipToAcked,
|
|
$core.Iterable<$0.AttachmentSummary>? attachments,
|
|
$core.int? attachmentNumber,
|
|
$core.Iterable<$0.ClaimSummary>? claims,
|
|
$core.int? claimNumber,
|
|
$core.Iterable<$1.ETAbyHU>? handlingunitETAs,
|
|
$1.ETA? executionflowETA,
|
|
$1.ETA? executionflowETAComputed,
|
|
}) {
|
|
final result = create();
|
|
if (creationDateTime != null) result.creationDateTime = creationDateTime;
|
|
if (orderID != null) result.orderID = orderID;
|
|
if (metaData != null) result.metaData.addAll(metaData);
|
|
if (shipFrom != null) result.shipFrom = shipFrom;
|
|
if (shipTo != null) result.shipTo = shipTo;
|
|
if (carrier != null) result.carrier = carrier;
|
|
if (carrierService != null) result.carrierService = carrierService;
|
|
if (requestedMilestones != null) result.requestedMilestones = requestedMilestones;
|
|
if (lines != null) result.lines.addAll(lines);
|
|
if (handlingunits != null) result.handlingunits.addAll(handlingunits);
|
|
if (status != null) result.status = status;
|
|
if (shipFromAcked != null) result.shipFromAcked = shipFromAcked;
|
|
if (shipToAcked != null) result.shipToAcked = shipToAcked;
|
|
if (attachments != null) result.attachments.addAll(attachments);
|
|
if (attachmentNumber != null) result.attachmentNumber = attachmentNumber;
|
|
if (claims != null) result.claims.addAll(claims);
|
|
if (claimNumber != null) result.claimNumber = claimNumber;
|
|
if (handlingunitETAs != null) result.handlingunitETAs.addAll(handlingunitETAs);
|
|
if (executionflowETA != null) result.executionflowETA = executionflowETA;
|
|
if (executionflowETAComputed != null) result.executionflowETAComputed = executionflowETAComputed;
|
|
return result;
|
|
}
|
|
|
|
ExecutionflowPayload._();
|
|
|
|
factory ExecutionflowPayload.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
|
factory ExecutionflowPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
|
|
|
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
|
..aOM<$0.DateTime>(1, _omitFieldNames ? '' : 'CreationDateTime', protoName: 'CreationDateTime', subBuilder: $0.DateTime.create)
|
|
..aOS(2, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID')
|
|
..pc<$0.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $0.MetadataElement.create)
|
|
..aOM<$1.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $1.TradeTier.create)
|
|
..aOM<$1.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $1.TradeTier.create)
|
|
..aOM<$1.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $1.TradeTier.create)
|
|
..aOS(7, _omitFieldNames ? '' : 'CarrierService', protoName: 'CarrierService')
|
|
..aOM<$1.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $1.OrderRequestedMilestones.create)
|
|
..pc<$1.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $1.ExeFlowLine.create)
|
|
..pc<$2.HandlingunitSummary>(11, _omitFieldNames ? '' : 'Handlingunits', $pb.PbFieldType.PM, protoName: 'Handlingunits', subBuilder: $2.HandlingunitSummary.create)
|
|
..aOM<$1.ExecutionflowStatusStruct>(13, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $1.ExecutionflowStatusStruct.create)
|
|
..aOB(14, _omitFieldNames ? '' : 'ShipFromAcked', protoName: 'ShipFromAcked')
|
|
..aOB(15, _omitFieldNames ? '' : 'ShipToAcked', protoName: 'ShipToAcked')
|
|
..pc<$0.AttachmentSummary>(16, _omitFieldNames ? '' : 'Attachments', $pb.PbFieldType.PM, protoName: 'Attachments', subBuilder: $0.AttachmentSummary.create)
|
|
..a<$core.int>(17, _omitFieldNames ? '' : 'AttachmentNumber', $pb.PbFieldType.O3, protoName: 'AttachmentNumber')
|
|
..pc<$0.ClaimSummary>(18, _omitFieldNames ? '' : 'Claims', $pb.PbFieldType.PM, protoName: 'Claims', subBuilder: $0.ClaimSummary.create)
|
|
..a<$core.int>(19, _omitFieldNames ? '' : 'ClaimNumber', $pb.PbFieldType.O3, protoName: 'ClaimNumber')
|
|
..pc<$1.ETAbyHU>(20, _omitFieldNames ? '' : 'HandlingunitETAs', $pb.PbFieldType.PM, protoName: 'HandlingunitETAs', subBuilder: $1.ETAbyHU.create)
|
|
..aOM<$1.ETA>(21, _omitFieldNames ? '' : 'ExecutionflowETA', protoName: 'ExecutionflowETA', subBuilder: $1.ETA.create)
|
|
..aOM<$1.ETA>(22, _omitFieldNames ? '' : 'ExecutionflowETAComputed', protoName: 'ExecutionflowETAComputed', subBuilder: $1.ETA.create)
|
|
..hasRequiredFields = false
|
|
;
|
|
|
|
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
|
ExecutionflowPayload clone() => ExecutionflowPayload()..mergeFromMessage(this);
|
|
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
|
ExecutionflowPayload copyWith(void Function(ExecutionflowPayload) updates) => super.copyWith((message) => updates(message as ExecutionflowPayload)) as ExecutionflowPayload;
|
|
|
|
@$core.override
|
|
$pb.BuilderInfo get info_ => _i;
|
|
|
|
@$core.pragma('dart2js:noInline')
|
|
static ExecutionflowPayload create() => ExecutionflowPayload._();
|
|
@$core.override
|
|
ExecutionflowPayload createEmptyInstance() => create();
|
|
static $pb.PbList<ExecutionflowPayload> createRepeated() => $pb.PbList<ExecutionflowPayload>();
|
|
@$core.pragma('dart2js:noInline')
|
|
static ExecutionflowPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ExecutionflowPayload>(create);
|
|
static ExecutionflowPayload? _defaultInstance;
|
|
|
|
@$pb.TagNumber(1)
|
|
$0.DateTime get creationDateTime => $_getN(0);
|
|
@$pb.TagNumber(1)
|
|
set creationDateTime($0.DateTime value) => $_setField(1, value);
|
|
@$pb.TagNumber(1)
|
|
$core.bool hasCreationDateTime() => $_has(0);
|
|
@$pb.TagNumber(1)
|
|
void clearCreationDateTime() => $_clearField(1);
|
|
@$pb.TagNumber(1)
|
|
$0.DateTime ensureCreationDateTime() => $_ensure(0);
|
|
|
|
@$pb.TagNumber(2)
|
|
$core.String get orderID => $_getSZ(1);
|
|
@$pb.TagNumber(2)
|
|
set orderID($core.String value) => $_setString(1, value);
|
|
@$pb.TagNumber(2)
|
|
$core.bool hasOrderID() => $_has(1);
|
|
@$pb.TagNumber(2)
|
|
void clearOrderID() => $_clearField(2);
|
|
|
|
/// Metadata are characteristics specific to the project. They can be of several data form (string, integer, float, boolean or timestamp)
|
|
@$pb.TagNumber(3)
|
|
$pb.PbList<$0.MetadataElement> get metaData => $_getList(2);
|
|
|
|
/// Where to ship the order from
|
|
@$pb.TagNumber(4)
|
|
$1.TradeTier get shipFrom => $_getN(3);
|
|
@$pb.TagNumber(4)
|
|
set shipFrom($1.TradeTier value) => $_setField(4, value);
|
|
@$pb.TagNumber(4)
|
|
$core.bool hasShipFrom() => $_has(3);
|
|
@$pb.TagNumber(4)
|
|
void clearShipFrom() => $_clearField(4);
|
|
@$pb.TagNumber(4)
|
|
$1.TradeTier ensureShipFrom() => $_ensure(3);
|
|
|
|
/// Where to ship the order to
|
|
@$pb.TagNumber(5)
|
|
$1.TradeTier get shipTo => $_getN(4);
|
|
@$pb.TagNumber(5)
|
|
set shipTo($1.TradeTier value) => $_setField(5, value);
|
|
@$pb.TagNumber(5)
|
|
$core.bool hasShipTo() => $_has(4);
|
|
@$pb.TagNumber(5)
|
|
void clearShipTo() => $_clearField(5);
|
|
@$pb.TagNumber(5)
|
|
$1.TradeTier ensureShipTo() => $_ensure(4);
|
|
|
|
/// Definition of the order carrier
|
|
@$pb.TagNumber(6)
|
|
$1.TradeTier get carrier => $_getN(5);
|
|
@$pb.TagNumber(6)
|
|
set carrier($1.TradeTier value) => $_setField(6, value);
|
|
@$pb.TagNumber(6)
|
|
$core.bool hasCarrier() => $_has(5);
|
|
@$pb.TagNumber(6)
|
|
void clearCarrier() => $_clearField(6);
|
|
@$pb.TagNumber(6)
|
|
$1.TradeTier ensureCarrier() => $_ensure(5);
|
|
|
|
/// Type of carrier service
|
|
@$pb.TagNumber(7)
|
|
$core.String get carrierService => $_getSZ(6);
|
|
@$pb.TagNumber(7)
|
|
set carrierService($core.String value) => $_setString(6, value);
|
|
@$pb.TagNumber(7)
|
|
$core.bool hasCarrierService() => $_has(6);
|
|
@$pb.TagNumber(7)
|
|
void clearCarrierService() => $_clearField(7);
|
|
|
|
@$pb.TagNumber(8)
|
|
$1.OrderRequestedMilestones get requestedMilestones => $_getN(7);
|
|
@$pb.TagNumber(8)
|
|
set requestedMilestones($1.OrderRequestedMilestones value) => $_setField(8, value);
|
|
@$pb.TagNumber(8)
|
|
$core.bool hasRequestedMilestones() => $_has(7);
|
|
@$pb.TagNumber(8)
|
|
void clearRequestedMilestones() => $_clearField(8);
|
|
@$pb.TagNumber(8)
|
|
$1.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7);
|
|
|
|
@$pb.TagNumber(9)
|
|
$pb.PbList<$1.ExeFlowLine> get lines => $_getList(8);
|
|
|
|
@$pb.TagNumber(11)
|
|
$pb.PbList<$2.HandlingunitSummary> get handlingunits => $_getList(9);
|
|
|
|
@$pb.TagNumber(13)
|
|
$1.ExecutionflowStatusStruct get status => $_getN(10);
|
|
@$pb.TagNumber(13)
|
|
set status($1.ExecutionflowStatusStruct value) => $_setField(13, value);
|
|
@$pb.TagNumber(13)
|
|
$core.bool hasStatus() => $_has(10);
|
|
@$pb.TagNumber(13)
|
|
void clearStatus() => $_clearField(13);
|
|
@$pb.TagNumber(13)
|
|
$1.ExecutionflowStatusStruct ensureStatus() => $_ensure(10);
|
|
|
|
@$pb.TagNumber(14)
|
|
$core.bool get shipFromAcked => $_getBF(11);
|
|
@$pb.TagNumber(14)
|
|
set shipFromAcked($core.bool value) => $_setBool(11, value);
|
|
@$pb.TagNumber(14)
|
|
$core.bool hasShipFromAcked() => $_has(11);
|
|
@$pb.TagNumber(14)
|
|
void clearShipFromAcked() => $_clearField(14);
|
|
|
|
@$pb.TagNumber(15)
|
|
$core.bool get shipToAcked => $_getBF(12);
|
|
@$pb.TagNumber(15)
|
|
set shipToAcked($core.bool value) => $_setBool(12, value);
|
|
@$pb.TagNumber(15)
|
|
$core.bool hasShipToAcked() => $_has(12);
|
|
@$pb.TagNumber(15)
|
|
void clearShipToAcked() => $_clearField(15);
|
|
|
|
@$pb.TagNumber(16)
|
|
$pb.PbList<$0.AttachmentSummary> get attachments => $_getList(13);
|
|
|
|
@$pb.TagNumber(17)
|
|
$core.int get attachmentNumber => $_getIZ(14);
|
|
@$pb.TagNumber(17)
|
|
set attachmentNumber($core.int value) => $_setSignedInt32(14, value);
|
|
@$pb.TagNumber(17)
|
|
$core.bool hasAttachmentNumber() => $_has(14);
|
|
@$pb.TagNumber(17)
|
|
void clearAttachmentNumber() => $_clearField(17);
|
|
|
|
@$pb.TagNumber(18)
|
|
$pb.PbList<$0.ClaimSummary> get claims => $_getList(15);
|
|
|
|
@$pb.TagNumber(19)
|
|
$core.int get claimNumber => $_getIZ(16);
|
|
@$pb.TagNumber(19)
|
|
set claimNumber($core.int value) => $_setSignedInt32(16, value);
|
|
@$pb.TagNumber(19)
|
|
$core.bool hasClaimNumber() => $_has(16);
|
|
@$pb.TagNumber(19)
|
|
void clearClaimNumber() => $_clearField(19);
|
|
|
|
@$pb.TagNumber(20)
|
|
$pb.PbList<$1.ETAbyHU> get handlingunitETAs => $_getList(17);
|
|
|
|
@$pb.TagNumber(21)
|
|
$1.ETA get executionflowETA => $_getN(18);
|
|
@$pb.TagNumber(21)
|
|
set executionflowETA($1.ETA value) => $_setField(21, value);
|
|
@$pb.TagNumber(21)
|
|
$core.bool hasExecutionflowETA() => $_has(18);
|
|
@$pb.TagNumber(21)
|
|
void clearExecutionflowETA() => $_clearField(21);
|
|
@$pb.TagNumber(21)
|
|
$1.ETA ensureExecutionflowETA() => $_ensure(18);
|
|
|
|
@$pb.TagNumber(22)
|
|
$1.ETA get executionflowETAComputed => $_getN(19);
|
|
@$pb.TagNumber(22)
|
|
set executionflowETAComputed($1.ETA value) => $_setField(22, value);
|
|
@$pb.TagNumber(22)
|
|
$core.bool hasExecutionflowETAComputed() => $_has(19);
|
|
@$pb.TagNumber(22)
|
|
void clearExecutionflowETAComputed() => $_clearField(22);
|
|
@$pb.TagNumber(22)
|
|
$1.ETA ensureExecutionflowETAComputed() => $_ensure(19);
|
|
}
|
|
|
|
class Executionflow extends $pb.GeneratedMessage {
|
|
factory Executionflow({
|
|
$0.EventHeader? lastEventHeader,
|
|
$0.EntityID? iD,
|
|
ExecutionflowPayload? payload,
|
|
}) {
|
|
final result = create();
|
|
if (lastEventHeader != null) result.lastEventHeader = lastEventHeader;
|
|
if (iD != null) result.iD = iD;
|
|
if (payload != null) result.payload = payload;
|
|
return result;
|
|
}
|
|
|
|
Executionflow._();
|
|
|
|
factory Executionflow.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
|
factory Executionflow.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
|
|
|
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Executionflow', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
|
..aOM<$0.EventHeader>(1, _omitFieldNames ? '' : 'LastEventHeader', protoName: 'LastEventHeader', subBuilder: $0.EventHeader.create)
|
|
..aOM<$0.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $0.EntityID.create)
|
|
..aOM<ExecutionflowPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ExecutionflowPayload.create)
|
|
..hasRequiredFields = false
|
|
;
|
|
|
|
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
|
Executionflow clone() => Executionflow()..mergeFromMessage(this);
|
|
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
|
Executionflow copyWith(void Function(Executionflow) updates) => super.copyWith((message) => updates(message as Executionflow)) as Executionflow;
|
|
|
|
@$core.override
|
|
$pb.BuilderInfo get info_ => _i;
|
|
|
|
@$core.pragma('dart2js:noInline')
|
|
static Executionflow create() => Executionflow._();
|
|
@$core.override
|
|
Executionflow createEmptyInstance() => create();
|
|
static $pb.PbList<Executionflow> createRepeated() => $pb.PbList<Executionflow>();
|
|
@$core.pragma('dart2js:noInline')
|
|
static Executionflow getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<Executionflow>(create);
|
|
static Executionflow? _defaultInstance;
|
|
|
|
@$pb.TagNumber(1)
|
|
$0.EventHeader get lastEventHeader => $_getN(0);
|
|
@$pb.TagNumber(1)
|
|
set lastEventHeader($0.EventHeader value) => $_setField(1, value);
|
|
@$pb.TagNumber(1)
|
|
$core.bool hasLastEventHeader() => $_has(0);
|
|
@$pb.TagNumber(1)
|
|
void clearLastEventHeader() => $_clearField(1);
|
|
@$pb.TagNumber(1)
|
|
$0.EventHeader ensureLastEventHeader() => $_ensure(0);
|
|
|
|
@$pb.TagNumber(2)
|
|
$0.EntityID get iD => $_getN(1);
|
|
@$pb.TagNumber(2)
|
|
set iD($0.EntityID value) => $_setField(2, value);
|
|
@$pb.TagNumber(2)
|
|
$core.bool hasID() => $_has(1);
|
|
@$pb.TagNumber(2)
|
|
void clearID() => $_clearField(2);
|
|
@$pb.TagNumber(2)
|
|
$0.EntityID ensureID() => $_ensure(1);
|
|
|
|
@$pb.TagNumber(3)
|
|
ExecutionflowPayload get payload => $_getN(2);
|
|
@$pb.TagNumber(3)
|
|
set payload(ExecutionflowPayload value) => $_setField(3, value);
|
|
@$pb.TagNumber(3)
|
|
$core.bool hasPayload() => $_has(2);
|
|
@$pb.TagNumber(3)
|
|
void clearPayload() => $_clearField(3);
|
|
@$pb.TagNumber(3)
|
|
ExecutionflowPayload ensurePayload() => $_ensure(2);
|
|
}
|
|
|
|
enum ExecutionflowEnrichment_Content {
|
|
item,
|
|
actor,
|
|
partner,
|
|
notSet
|
|
}
|
|
|
|
class ExecutionflowEnrichment extends $pb.GeneratedMessage {
|
|
factory ExecutionflowEnrichment({
|
|
$core.String? parentEventID,
|
|
$core.String? entityName,
|
|
$core.String? entityRefID,
|
|
$core.String? refFilter,
|
|
$core.String? mergePath,
|
|
$core.String? project,
|
|
$core.String? parentEntityName,
|
|
$core.String? parentEntityID,
|
|
$3.ItemPayload? item,
|
|
$4.ActorPayload? actor,
|
|
$5.PartnerPayload? partner,
|
|
}) {
|
|
final result = create();
|
|
if (parentEventID != null) result.parentEventID = parentEventID;
|
|
if (entityName != null) result.entityName = entityName;
|
|
if (entityRefID != null) result.entityRefID = entityRefID;
|
|
if (refFilter != null) result.refFilter = refFilter;
|
|
if (mergePath != null) result.mergePath = mergePath;
|
|
if (project != null) result.project = project;
|
|
if (parentEntityName != null) result.parentEntityName = parentEntityName;
|
|
if (parentEntityID != null) result.parentEntityID = parentEntityID;
|
|
if (item != null) result.item = item;
|
|
if (actor != null) result.actor = actor;
|
|
if (partner != null) result.partner = partner;
|
|
return result;
|
|
}
|
|
|
|
ExecutionflowEnrichment._();
|
|
|
|
factory ExecutionflowEnrichment.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
|
factory ExecutionflowEnrichment.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
|
|
|
static const $core.Map<$core.int, ExecutionflowEnrichment_Content> _ExecutionflowEnrichment_ContentByTag = {
|
|
10 : ExecutionflowEnrichment_Content.item,
|
|
11 : ExecutionflowEnrichment_Content.actor,
|
|
12 : ExecutionflowEnrichment_Content.partner,
|
|
0 : ExecutionflowEnrichment_Content.notSet
|
|
};
|
|
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowEnrichment', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
|
..oo(0, [10, 11, 12])
|
|
..aOS(1, _omitFieldNames ? '' : 'ParentEventID', protoName: 'ParentEventID')
|
|
..aOS(2, _omitFieldNames ? '' : 'EntityName', protoName: 'EntityName')
|
|
..aOS(3, _omitFieldNames ? '' : 'EntityRefID', protoName: 'EntityRefID')
|
|
..aOS(4, _omitFieldNames ? '' : 'RefFilter', protoName: 'RefFilter')
|
|
..aOS(5, _omitFieldNames ? '' : 'MergePath', protoName: 'MergePath')
|
|
..aOS(6, _omitFieldNames ? '' : 'Project', protoName: 'Project')
|
|
..aOS(7, _omitFieldNames ? '' : 'ParentEntityName', protoName: 'ParentEntityName')
|
|
..aOS(8, _omitFieldNames ? '' : 'ParentEntityID', protoName: 'ParentEntityID')
|
|
..aOM<$3.ItemPayload>(10, _omitFieldNames ? '' : 'Item', protoName: 'Item', subBuilder: $3.ItemPayload.create)
|
|
..aOM<$4.ActorPayload>(11, _omitFieldNames ? '' : 'Actor', protoName: 'Actor', subBuilder: $4.ActorPayload.create)
|
|
..aOM<$5.PartnerPayload>(12, _omitFieldNames ? '' : 'Partner', protoName: 'Partner', subBuilder: $5.PartnerPayload.create)
|
|
..hasRequiredFields = false
|
|
;
|
|
|
|
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
|
ExecutionflowEnrichment clone() => ExecutionflowEnrichment()..mergeFromMessage(this);
|
|
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
|
ExecutionflowEnrichment copyWith(void Function(ExecutionflowEnrichment) updates) => super.copyWith((message) => updates(message as ExecutionflowEnrichment)) as ExecutionflowEnrichment;
|
|
|
|
@$core.override
|
|
$pb.BuilderInfo get info_ => _i;
|
|
|
|
@$core.pragma('dart2js:noInline')
|
|
static ExecutionflowEnrichment create() => ExecutionflowEnrichment._();
|
|
@$core.override
|
|
ExecutionflowEnrichment createEmptyInstance() => create();
|
|
static $pb.PbList<ExecutionflowEnrichment> createRepeated() => $pb.PbList<ExecutionflowEnrichment>();
|
|
@$core.pragma('dart2js:noInline')
|
|
static ExecutionflowEnrichment getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ExecutionflowEnrichment>(create);
|
|
static ExecutionflowEnrichment? _defaultInstance;
|
|
|
|
ExecutionflowEnrichment_Content whichContent() => _ExecutionflowEnrichment_ContentByTag[$_whichOneof(0)]!;
|
|
void clearContent() => $_clearField($_whichOneof(0));
|
|
|
|
@$pb.TagNumber(1)
|
|
$core.String get parentEventID => $_getSZ(0);
|
|
@$pb.TagNumber(1)
|
|
set parentEventID($core.String value) => $_setString(0, value);
|
|
@$pb.TagNumber(1)
|
|
$core.bool hasParentEventID() => $_has(0);
|
|
@$pb.TagNumber(1)
|
|
void clearParentEventID() => $_clearField(1);
|
|
|
|
@$pb.TagNumber(2)
|
|
$core.String get entityName => $_getSZ(1);
|
|
@$pb.TagNumber(2)
|
|
set entityName($core.String value) => $_setString(1, value);
|
|
@$pb.TagNumber(2)
|
|
$core.bool hasEntityName() => $_has(1);
|
|
@$pb.TagNumber(2)
|
|
void clearEntityName() => $_clearField(2);
|
|
|
|
@$pb.TagNumber(3)
|
|
$core.String get entityRefID => $_getSZ(2);
|
|
@$pb.TagNumber(3)
|
|
set entityRefID($core.String value) => $_setString(2, value);
|
|
@$pb.TagNumber(3)
|
|
$core.bool hasEntityRefID() => $_has(2);
|
|
@$pb.TagNumber(3)
|
|
void clearEntityRefID() => $_clearField(3);
|
|
|
|
@$pb.TagNumber(4)
|
|
$core.String get refFilter => $_getSZ(3);
|
|
@$pb.TagNumber(4)
|
|
set refFilter($core.String value) => $_setString(3, value);
|
|
@$pb.TagNumber(4)
|
|
$core.bool hasRefFilter() => $_has(3);
|
|
@$pb.TagNumber(4)
|
|
void clearRefFilter() => $_clearField(4);
|
|
|
|
@$pb.TagNumber(5)
|
|
$core.String get mergePath => $_getSZ(4);
|
|
@$pb.TagNumber(5)
|
|
set mergePath($core.String value) => $_setString(4, value);
|
|
@$pb.TagNumber(5)
|
|
$core.bool hasMergePath() => $_has(4);
|
|
@$pb.TagNumber(5)
|
|
void clearMergePath() => $_clearField(5);
|
|
|
|
@$pb.TagNumber(6)
|
|
$core.String get project => $_getSZ(5);
|
|
@$pb.TagNumber(6)
|
|
set project($core.String value) => $_setString(5, value);
|
|
@$pb.TagNumber(6)
|
|
$core.bool hasProject() => $_has(5);
|
|
@$pb.TagNumber(6)
|
|
void clearProject() => $_clearField(6);
|
|
|
|
@$pb.TagNumber(7)
|
|
$core.String get parentEntityName => $_getSZ(6);
|
|
@$pb.TagNumber(7)
|
|
set parentEntityName($core.String value) => $_setString(6, value);
|
|
@$pb.TagNumber(7)
|
|
$core.bool hasParentEntityName() => $_has(6);
|
|
@$pb.TagNumber(7)
|
|
void clearParentEntityName() => $_clearField(7);
|
|
|
|
@$pb.TagNumber(8)
|
|
$core.String get parentEntityID => $_getSZ(7);
|
|
@$pb.TagNumber(8)
|
|
set parentEntityID($core.String value) => $_setString(7, value);
|
|
@$pb.TagNumber(8)
|
|
$core.bool hasParentEntityID() => $_has(7);
|
|
@$pb.TagNumber(8)
|
|
void clearParentEntityID() => $_clearField(8);
|
|
|
|
@$pb.TagNumber(10)
|
|
$3.ItemPayload get item => $_getN(8);
|
|
@$pb.TagNumber(10)
|
|
set item($3.ItemPayload value) => $_setField(10, value);
|
|
@$pb.TagNumber(10)
|
|
$core.bool hasItem() => $_has(8);
|
|
@$pb.TagNumber(10)
|
|
void clearItem() => $_clearField(10);
|
|
@$pb.TagNumber(10)
|
|
$3.ItemPayload ensureItem() => $_ensure(8);
|
|
|
|
@$pb.TagNumber(11)
|
|
$4.ActorPayload get actor => $_getN(9);
|
|
@$pb.TagNumber(11)
|
|
set actor($4.ActorPayload value) => $_setField(11, value);
|
|
@$pb.TagNumber(11)
|
|
$core.bool hasActor() => $_has(9);
|
|
@$pb.TagNumber(11)
|
|
void clearActor() => $_clearField(11);
|
|
@$pb.TagNumber(11)
|
|
$4.ActorPayload ensureActor() => $_ensure(9);
|
|
|
|
@$pb.TagNumber(12)
|
|
$5.PartnerPayload get partner => $_getN(10);
|
|
@$pb.TagNumber(12)
|
|
set partner($5.PartnerPayload value) => $_setField(12, value);
|
|
@$pb.TagNumber(12)
|
|
$core.bool hasPartner() => $_has(10);
|
|
@$pb.TagNumber(12)
|
|
void clearPartner() => $_clearField(12);
|
|
@$pb.TagNumber(12)
|
|
$5.PartnerPayload ensurePartner() => $_ensure(10);
|
|
}
|
|
|
|
class ExecutionflowTriplet extends $pb.GeneratedMessage {
|
|
factory ExecutionflowTriplet({
|
|
Executionflow? current,
|
|
Executionflow? previous,
|
|
Executionflow? lastEvent,
|
|
}) {
|
|
final result = create();
|
|
if (current != null) result.current = current;
|
|
if (previous != null) result.previous = previous;
|
|
if (lastEvent != null) result.lastEvent = lastEvent;
|
|
return result;
|
|
}
|
|
|
|
ExecutionflowTriplet._();
|
|
|
|
factory ExecutionflowTriplet.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
|
factory ExecutionflowTriplet.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
|
|
|
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowTriplet', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
|
..aOM<Executionflow>(1, _omitFieldNames ? '' : 'Current', protoName: 'Current', subBuilder: Executionflow.create)
|
|
..aOM<Executionflow>(2, _omitFieldNames ? '' : 'Previous', protoName: 'Previous', subBuilder: Executionflow.create)
|
|
..aOM<Executionflow>(3, _omitFieldNames ? '' : 'LastEvent', protoName: 'LastEvent', subBuilder: Executionflow.create)
|
|
..hasRequiredFields = false
|
|
;
|
|
|
|
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
|
ExecutionflowTriplet clone() => ExecutionflowTriplet()..mergeFromMessage(this);
|
|
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
|
ExecutionflowTriplet copyWith(void Function(ExecutionflowTriplet) updates) => super.copyWith((message) => updates(message as ExecutionflowTriplet)) as ExecutionflowTriplet;
|
|
|
|
@$core.override
|
|
$pb.BuilderInfo get info_ => _i;
|
|
|
|
@$core.pragma('dart2js:noInline')
|
|
static ExecutionflowTriplet create() => ExecutionflowTriplet._();
|
|
@$core.override
|
|
ExecutionflowTriplet createEmptyInstance() => create();
|
|
static $pb.PbList<ExecutionflowTriplet> createRepeated() => $pb.PbList<ExecutionflowTriplet>();
|
|
@$core.pragma('dart2js:noInline')
|
|
static ExecutionflowTriplet getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ExecutionflowTriplet>(create);
|
|
static ExecutionflowTriplet? _defaultInstance;
|
|
|
|
@$pb.TagNumber(1)
|
|
Executionflow get current => $_getN(0);
|
|
@$pb.TagNumber(1)
|
|
set current(Executionflow value) => $_setField(1, value);
|
|
@$pb.TagNumber(1)
|
|
$core.bool hasCurrent() => $_has(0);
|
|
@$pb.TagNumber(1)
|
|
void clearCurrent() => $_clearField(1);
|
|
@$pb.TagNumber(1)
|
|
Executionflow ensureCurrent() => $_ensure(0);
|
|
|
|
@$pb.TagNumber(2)
|
|
Executionflow get previous => $_getN(1);
|
|
@$pb.TagNumber(2)
|
|
set previous(Executionflow value) => $_setField(2, value);
|
|
@$pb.TagNumber(2)
|
|
$core.bool hasPrevious() => $_has(1);
|
|
@$pb.TagNumber(2)
|
|
void clearPrevious() => $_clearField(2);
|
|
@$pb.TagNumber(2)
|
|
Executionflow ensurePrevious() => $_ensure(1);
|
|
|
|
@$pb.TagNumber(3)
|
|
Executionflow get lastEvent => $_getN(2);
|
|
@$pb.TagNumber(3)
|
|
set lastEvent(Executionflow value) => $_setField(3, value);
|
|
@$pb.TagNumber(3)
|
|
$core.bool hasLastEvent() => $_has(2);
|
|
@$pb.TagNumber(3)
|
|
void clearLastEvent() => $_clearField(3);
|
|
@$pb.TagNumber(3)
|
|
Executionflow ensureLastEvent() => $_ensure(2);
|
|
}
|
|
|
|
|
|
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
|
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|