You've already forked dart-core-sdk
686 lines
26 KiB
Dart
686 lines
26 KiB
Dart
//
|
|
// Generated code. Do not modify.
|
|
// source: executionflow.proto
|
|
//
|
|
// @dart = 3.3
|
|
|
|
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
|
// ignore_for_file: constant_identifier_names, library_prefixes
|
|
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
|
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
|
|
|
import 'dart:core' as $core;
|
|
|
|
import 'package:protobuf/protobuf.dart' as $pb;
|
|
|
|
import 'actor.pb.dart' as $72;
|
|
import 'item.pb.dart' as $83;
|
|
import 'partner.pb.dart' as $71;
|
|
import 'shared.pb.dart' as $3;
|
|
import 'tradeShared.pb.dart' as $81;
|
|
import 'warehousingShared.pb.dart' as $82;
|
|
|
|
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
|
|
|
class ExecutionflowPayload extends $pb.GeneratedMessage {
|
|
factory ExecutionflowPayload({
|
|
$3.DateTime? creationDateTime,
|
|
$core.String? orderID,
|
|
$core.Iterable<$3.MetadataElement>? metaData,
|
|
$81.TradeTier? shipFrom,
|
|
$81.TradeTier? shipTo,
|
|
$81.TradeTier? carrier,
|
|
$core.String? carrierService,
|
|
$81.OrderRequestedMilestones? requestedMilestones,
|
|
$core.Iterable<$81.ExeFlowLine>? lines,
|
|
$core.Iterable<$82.HandlingunitSummary>? handlingunits,
|
|
$81.ExecutionflowStatusStruct? status,
|
|
$core.bool? shipFromAcked,
|
|
$core.bool? shipToAcked,
|
|
$core.Iterable<$3.AttachmentSummary>? attachments,
|
|
$core.int? attachmentNumber,
|
|
$core.Iterable<$3.ClaimSummary>? claims,
|
|
$core.int? claimNumber,
|
|
$core.Iterable<$81.ETAbyHU>? handlingunitETAs,
|
|
$81.ETA? executionflowETA,
|
|
$81.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._() : super();
|
|
factory ExecutionflowPayload.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
|
factory ExecutionflowPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
|
|
|
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
|
..aOM<$3.DateTime>(1, _omitFieldNames ? '' : 'CreationDateTime', protoName: 'CreationDateTime', subBuilder: $3.DateTime.create)
|
|
..aOS(2, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID')
|
|
..pc<$3.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
|
..aOM<$81.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $81.TradeTier.create)
|
|
..aOM<$81.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $81.TradeTier.create)
|
|
..aOM<$81.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $81.TradeTier.create)
|
|
..aOS(7, _omitFieldNames ? '' : 'CarrierService', protoName: 'CarrierService')
|
|
..aOM<$81.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $81.OrderRequestedMilestones.create)
|
|
..pc<$81.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $81.ExeFlowLine.create)
|
|
..pc<$82.HandlingunitSummary>(11, _omitFieldNames ? '' : 'Handlingunits', $pb.PbFieldType.PM, protoName: 'Handlingunits', subBuilder: $82.HandlingunitSummary.create)
|
|
..aOM<$81.ExecutionflowStatusStruct>(13, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $81.ExecutionflowStatusStruct.create)
|
|
..aOB(14, _omitFieldNames ? '' : 'ShipFromAcked', protoName: 'ShipFromAcked')
|
|
..aOB(15, _omitFieldNames ? '' : 'ShipToAcked', protoName: 'ShipToAcked')
|
|
..pc<$3.AttachmentSummary>(16, _omitFieldNames ? '' : 'Attachments', $pb.PbFieldType.PM, protoName: 'Attachments', subBuilder: $3.AttachmentSummary.create)
|
|
..a<$core.int>(17, _omitFieldNames ? '' : 'AttachmentNumber', $pb.PbFieldType.O3, protoName: 'AttachmentNumber')
|
|
..pc<$3.ClaimSummary>(18, _omitFieldNames ? '' : 'Claims', $pb.PbFieldType.PM, protoName: 'Claims', subBuilder: $3.ClaimSummary.create)
|
|
..a<$core.int>(19, _omitFieldNames ? '' : 'ClaimNumber', $pb.PbFieldType.O3, protoName: 'ClaimNumber')
|
|
..pc<$81.ETAbyHU>(20, _omitFieldNames ? '' : 'HandlingunitETAs', $pb.PbFieldType.PM, protoName: 'HandlingunitETAs', subBuilder: $81.ETAbyHU.create)
|
|
..aOM<$81.ETA>(21, _omitFieldNames ? '' : 'ExecutionflowETA', protoName: 'ExecutionflowETA', subBuilder: $81.ETA.create)
|
|
..aOM<$81.ETA>(22, _omitFieldNames ? '' : 'ExecutionflowETAComputed', protoName: 'ExecutionflowETAComputed', subBuilder: $81.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;
|
|
|
|
$pb.BuilderInfo get info_ => _i;
|
|
|
|
@$core.pragma('dart2js:noInline')
|
|
static ExecutionflowPayload create() => ExecutionflowPayload._();
|
|
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)
|
|
$3.DateTime get creationDateTime => $_getN(0);
|
|
@$pb.TagNumber(1)
|
|
set creationDateTime($3.DateTime v) { $_setField(1, v); }
|
|
@$pb.TagNumber(1)
|
|
$core.bool hasCreationDateTime() => $_has(0);
|
|
@$pb.TagNumber(1)
|
|
void clearCreationDateTime() => $_clearField(1);
|
|
@$pb.TagNumber(1)
|
|
$3.DateTime ensureCreationDateTime() => $_ensure(0);
|
|
|
|
@$pb.TagNumber(2)
|
|
$core.String get orderID => $_getSZ(1);
|
|
@$pb.TagNumber(2)
|
|
set orderID($core.String v) { $_setString(1, v); }
|
|
@$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<$3.MetadataElement> get metaData => $_getList(2);
|
|
|
|
/// Where to ship the order from
|
|
@$pb.TagNumber(4)
|
|
$81.TradeTier get shipFrom => $_getN(3);
|
|
@$pb.TagNumber(4)
|
|
set shipFrom($81.TradeTier v) { $_setField(4, v); }
|
|
@$pb.TagNumber(4)
|
|
$core.bool hasShipFrom() => $_has(3);
|
|
@$pb.TagNumber(4)
|
|
void clearShipFrom() => $_clearField(4);
|
|
@$pb.TagNumber(4)
|
|
$81.TradeTier ensureShipFrom() => $_ensure(3);
|
|
|
|
/// Where to ship the order to
|
|
@$pb.TagNumber(5)
|
|
$81.TradeTier get shipTo => $_getN(4);
|
|
@$pb.TagNumber(5)
|
|
set shipTo($81.TradeTier v) { $_setField(5, v); }
|
|
@$pb.TagNumber(5)
|
|
$core.bool hasShipTo() => $_has(4);
|
|
@$pb.TagNumber(5)
|
|
void clearShipTo() => $_clearField(5);
|
|
@$pb.TagNumber(5)
|
|
$81.TradeTier ensureShipTo() => $_ensure(4);
|
|
|
|
/// Definition of the order carrier
|
|
@$pb.TagNumber(6)
|
|
$81.TradeTier get carrier => $_getN(5);
|
|
@$pb.TagNumber(6)
|
|
set carrier($81.TradeTier v) { $_setField(6, v); }
|
|
@$pb.TagNumber(6)
|
|
$core.bool hasCarrier() => $_has(5);
|
|
@$pb.TagNumber(6)
|
|
void clearCarrier() => $_clearField(6);
|
|
@$pb.TagNumber(6)
|
|
$81.TradeTier ensureCarrier() => $_ensure(5);
|
|
|
|
/// Type of carrier service
|
|
@$pb.TagNumber(7)
|
|
$core.String get carrierService => $_getSZ(6);
|
|
@$pb.TagNumber(7)
|
|
set carrierService($core.String v) { $_setString(6, v); }
|
|
@$pb.TagNumber(7)
|
|
$core.bool hasCarrierService() => $_has(6);
|
|
@$pb.TagNumber(7)
|
|
void clearCarrierService() => $_clearField(7);
|
|
|
|
@$pb.TagNumber(8)
|
|
$81.OrderRequestedMilestones get requestedMilestones => $_getN(7);
|
|
@$pb.TagNumber(8)
|
|
set requestedMilestones($81.OrderRequestedMilestones v) { $_setField(8, v); }
|
|
@$pb.TagNumber(8)
|
|
$core.bool hasRequestedMilestones() => $_has(7);
|
|
@$pb.TagNumber(8)
|
|
void clearRequestedMilestones() => $_clearField(8);
|
|
@$pb.TagNumber(8)
|
|
$81.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7);
|
|
|
|
@$pb.TagNumber(9)
|
|
$pb.PbList<$81.ExeFlowLine> get lines => $_getList(8);
|
|
|
|
@$pb.TagNumber(11)
|
|
$pb.PbList<$82.HandlingunitSummary> get handlingunits => $_getList(9);
|
|
|
|
@$pb.TagNumber(13)
|
|
$81.ExecutionflowStatusStruct get status => $_getN(10);
|
|
@$pb.TagNumber(13)
|
|
set status($81.ExecutionflowStatusStruct v) { $_setField(13, v); }
|
|
@$pb.TagNumber(13)
|
|
$core.bool hasStatus() => $_has(10);
|
|
@$pb.TagNumber(13)
|
|
void clearStatus() => $_clearField(13);
|
|
@$pb.TagNumber(13)
|
|
$81.ExecutionflowStatusStruct ensureStatus() => $_ensure(10);
|
|
|
|
@$pb.TagNumber(14)
|
|
$core.bool get shipFromAcked => $_getBF(11);
|
|
@$pb.TagNumber(14)
|
|
set shipFromAcked($core.bool v) { $_setBool(11, v); }
|
|
@$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 v) { $_setBool(12, v); }
|
|
@$pb.TagNumber(15)
|
|
$core.bool hasShipToAcked() => $_has(12);
|
|
@$pb.TagNumber(15)
|
|
void clearShipToAcked() => $_clearField(15);
|
|
|
|
@$pb.TagNumber(16)
|
|
$pb.PbList<$3.AttachmentSummary> get attachments => $_getList(13);
|
|
|
|
@$pb.TagNumber(17)
|
|
$core.int get attachmentNumber => $_getIZ(14);
|
|
@$pb.TagNumber(17)
|
|
set attachmentNumber($core.int v) { $_setSignedInt32(14, v); }
|
|
@$pb.TagNumber(17)
|
|
$core.bool hasAttachmentNumber() => $_has(14);
|
|
@$pb.TagNumber(17)
|
|
void clearAttachmentNumber() => $_clearField(17);
|
|
|
|
@$pb.TagNumber(18)
|
|
$pb.PbList<$3.ClaimSummary> get claims => $_getList(15);
|
|
|
|
@$pb.TagNumber(19)
|
|
$core.int get claimNumber => $_getIZ(16);
|
|
@$pb.TagNumber(19)
|
|
set claimNumber($core.int v) { $_setSignedInt32(16, v); }
|
|
@$pb.TagNumber(19)
|
|
$core.bool hasClaimNumber() => $_has(16);
|
|
@$pb.TagNumber(19)
|
|
void clearClaimNumber() => $_clearField(19);
|
|
|
|
@$pb.TagNumber(20)
|
|
$pb.PbList<$81.ETAbyHU> get handlingunitETAs => $_getList(17);
|
|
|
|
@$pb.TagNumber(21)
|
|
$81.ETA get executionflowETA => $_getN(18);
|
|
@$pb.TagNumber(21)
|
|
set executionflowETA($81.ETA v) { $_setField(21, v); }
|
|
@$pb.TagNumber(21)
|
|
$core.bool hasExecutionflowETA() => $_has(18);
|
|
@$pb.TagNumber(21)
|
|
void clearExecutionflowETA() => $_clearField(21);
|
|
@$pb.TagNumber(21)
|
|
$81.ETA ensureExecutionflowETA() => $_ensure(18);
|
|
|
|
@$pb.TagNumber(22)
|
|
$81.ETA get executionflowETAComputed => $_getN(19);
|
|
@$pb.TagNumber(22)
|
|
set executionflowETAComputed($81.ETA v) { $_setField(22, v); }
|
|
@$pb.TagNumber(22)
|
|
$core.bool hasExecutionflowETAComputed() => $_has(19);
|
|
@$pb.TagNumber(22)
|
|
void clearExecutionflowETAComputed() => $_clearField(22);
|
|
@$pb.TagNumber(22)
|
|
$81.ETA ensureExecutionflowETAComputed() => $_ensure(19);
|
|
}
|
|
|
|
class Executionflow extends $pb.GeneratedMessage {
|
|
factory Executionflow({
|
|
$3.EventHeader? lastEventHeader,
|
|
$3.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._() : super();
|
|
factory Executionflow.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
|
factory Executionflow.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
|
|
|
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Executionflow', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
|
..aOM<$3.EventHeader>(1, _omitFieldNames ? '' : 'LastEventHeader', protoName: 'LastEventHeader', subBuilder: $3.EventHeader.create)
|
|
..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.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;
|
|
|
|
$pb.BuilderInfo get info_ => _i;
|
|
|
|
@$core.pragma('dart2js:noInline')
|
|
static Executionflow create() => Executionflow._();
|
|
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)
|
|
$3.EventHeader get lastEventHeader => $_getN(0);
|
|
@$pb.TagNumber(1)
|
|
set lastEventHeader($3.EventHeader v) { $_setField(1, v); }
|
|
@$pb.TagNumber(1)
|
|
$core.bool hasLastEventHeader() => $_has(0);
|
|
@$pb.TagNumber(1)
|
|
void clearLastEventHeader() => $_clearField(1);
|
|
@$pb.TagNumber(1)
|
|
$3.EventHeader ensureLastEventHeader() => $_ensure(0);
|
|
|
|
@$pb.TagNumber(2)
|
|
$3.EntityID get iD => $_getN(1);
|
|
@$pb.TagNumber(2)
|
|
set iD($3.EntityID v) { $_setField(2, v); }
|
|
@$pb.TagNumber(2)
|
|
$core.bool hasID() => $_has(1);
|
|
@$pb.TagNumber(2)
|
|
void clearID() => $_clearField(2);
|
|
@$pb.TagNumber(2)
|
|
$3.EntityID ensureID() => $_ensure(1);
|
|
|
|
@$pb.TagNumber(3)
|
|
ExecutionflowPayload get payload => $_getN(2);
|
|
@$pb.TagNumber(3)
|
|
set payload(ExecutionflowPayload v) { $_setField(3, v); }
|
|
@$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,
|
|
$83.ItemPayload? item,
|
|
$72.ActorPayload? actor,
|
|
$71.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._() : super();
|
|
factory ExecutionflowEnrichment.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
|
factory ExecutionflowEnrichment.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
|
|
|
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<$83.ItemPayload>(10, _omitFieldNames ? '' : 'Item', protoName: 'Item', subBuilder: $83.ItemPayload.create)
|
|
..aOM<$72.ActorPayload>(11, _omitFieldNames ? '' : 'Actor', protoName: 'Actor', subBuilder: $72.ActorPayload.create)
|
|
..aOM<$71.PartnerPayload>(12, _omitFieldNames ? '' : 'Partner', protoName: 'Partner', subBuilder: $71.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;
|
|
|
|
$pb.BuilderInfo get info_ => _i;
|
|
|
|
@$core.pragma('dart2js:noInline')
|
|
static ExecutionflowEnrichment create() => ExecutionflowEnrichment._();
|
|
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 v) { $_setString(0, v); }
|
|
@$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 v) { $_setString(1, v); }
|
|
@$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 v) { $_setString(2, v); }
|
|
@$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 v) { $_setString(3, v); }
|
|
@$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 v) { $_setString(4, v); }
|
|
@$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 v) { $_setString(5, v); }
|
|
@$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 v) { $_setString(6, v); }
|
|
@$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 v) { $_setString(7, v); }
|
|
@$pb.TagNumber(8)
|
|
$core.bool hasParentEntityID() => $_has(7);
|
|
@$pb.TagNumber(8)
|
|
void clearParentEntityID() => $_clearField(8);
|
|
|
|
@$pb.TagNumber(10)
|
|
$83.ItemPayload get item => $_getN(8);
|
|
@$pb.TagNumber(10)
|
|
set item($83.ItemPayload v) { $_setField(10, v); }
|
|
@$pb.TagNumber(10)
|
|
$core.bool hasItem() => $_has(8);
|
|
@$pb.TagNumber(10)
|
|
void clearItem() => $_clearField(10);
|
|
@$pb.TagNumber(10)
|
|
$83.ItemPayload ensureItem() => $_ensure(8);
|
|
|
|
@$pb.TagNumber(11)
|
|
$72.ActorPayload get actor => $_getN(9);
|
|
@$pb.TagNumber(11)
|
|
set actor($72.ActorPayload v) { $_setField(11, v); }
|
|
@$pb.TagNumber(11)
|
|
$core.bool hasActor() => $_has(9);
|
|
@$pb.TagNumber(11)
|
|
void clearActor() => $_clearField(11);
|
|
@$pb.TagNumber(11)
|
|
$72.ActorPayload ensureActor() => $_ensure(9);
|
|
|
|
@$pb.TagNumber(12)
|
|
$71.PartnerPayload get partner => $_getN(10);
|
|
@$pb.TagNumber(12)
|
|
set partner($71.PartnerPayload v) { $_setField(12, v); }
|
|
@$pb.TagNumber(12)
|
|
$core.bool hasPartner() => $_has(10);
|
|
@$pb.TagNumber(12)
|
|
void clearPartner() => $_clearField(12);
|
|
@$pb.TagNumber(12)
|
|
$71.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._() : super();
|
|
factory ExecutionflowTriplet.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
|
factory ExecutionflowTriplet.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
|
|
|
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;
|
|
|
|
$pb.BuilderInfo get info_ => _i;
|
|
|
|
@$core.pragma('dart2js:noInline')
|
|
static ExecutionflowTriplet create() => ExecutionflowTriplet._();
|
|
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 v) { $_setField(1, v); }
|
|
@$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 v) { $_setField(2, v); }
|
|
@$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 v) { $_setField(3, v); }
|
|
@$pb.TagNumber(3)
|
|
$core.bool hasLastEvent() => $_has(2);
|
|
@$pb.TagNumber(3)
|
|
void clearLastEvent() => $_clearField(3);
|
|
@$pb.TagNumber(3)
|
|
Executionflow ensureLastEvent() => $_ensure(2);
|
|
}
|
|
|
|
|
|
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
|
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|