Release 1.10.7

This commit is contained in:
ci core model
2025-07-08 08:48:53 +00:00
parent 0792d37267
commit 805ce25afd
93 changed files with 536 additions and 28063 deletions

View File

@@ -7284,521 +7284,6 @@ class ExecutionflowDeletedResponse extends $pb.GeneratedMessage {
$1.EntityID ensureID() => $_ensure(1);
}
/// Event Payload
class ExecutionflowLinesAddedPayload extends $pb.GeneratedMessage {
factory ExecutionflowLinesAddedPayload({
$core.Iterable<$2.ExeFlowLine>? lines,
}) {
final result = create();
if (lines != null) result.lines.addAll(lines);
return result;
}
ExecutionflowLinesAddedPayload._();
factory ExecutionflowLinesAddedPayload.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory ExecutionflowLinesAddedPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowLinesAddedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..pc<$2.ExeFlowLine>(1, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $2.ExeFlowLine.create)
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ExecutionflowLinesAddedPayload clone() => ExecutionflowLinesAddedPayload()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ExecutionflowLinesAddedPayload copyWith(void Function(ExecutionflowLinesAddedPayload) updates) => super.copyWith((message) => updates(message as ExecutionflowLinesAddedPayload)) as ExecutionflowLinesAddedPayload;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ExecutionflowLinesAddedPayload create() => ExecutionflowLinesAddedPayload._();
@$core.override
ExecutionflowLinesAddedPayload createEmptyInstance() => create();
static $pb.PbList<ExecutionflowLinesAddedPayload> createRepeated() => $pb.PbList<ExecutionflowLinesAddedPayload>();
@$core.pragma('dart2js:noInline')
static ExecutionflowLinesAddedPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ExecutionflowLinesAddedPayload>(create);
static ExecutionflowLinesAddedPayload? _defaultInstance;
@$pb.TagNumber(1)
$pb.PbList<$2.ExeFlowLine> get lines => $_getList(0);
}
/// Event message
class ExecutionflowLinesAddedEvent extends $pb.GeneratedMessage {
factory ExecutionflowLinesAddedEvent({
$1.EventHeader? header,
$1.EntityID? iD,
ExecutionflowLinesAddedPayload? payload,
}) {
final result = create();
if (header != null) result.header = header;
if (iD != null) result.iD = iD;
if (payload != null) result.payload = payload;
return result;
}
ExecutionflowLinesAddedEvent._();
factory ExecutionflowLinesAddedEvent.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory ExecutionflowLinesAddedEvent.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowLinesAddedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$1.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.EventHeader.create)
..aOM<$1.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $1.EntityID.create)
..aOM<ExecutionflowLinesAddedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ExecutionflowLinesAddedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ExecutionflowLinesAddedEvent clone() => ExecutionflowLinesAddedEvent()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ExecutionflowLinesAddedEvent copyWith(void Function(ExecutionflowLinesAddedEvent) updates) => super.copyWith((message) => updates(message as ExecutionflowLinesAddedEvent)) as ExecutionflowLinesAddedEvent;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ExecutionflowLinesAddedEvent create() => ExecutionflowLinesAddedEvent._();
@$core.override
ExecutionflowLinesAddedEvent createEmptyInstance() => create();
static $pb.PbList<ExecutionflowLinesAddedEvent> createRepeated() => $pb.PbList<ExecutionflowLinesAddedEvent>();
@$core.pragma('dart2js:noInline')
static ExecutionflowLinesAddedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ExecutionflowLinesAddedEvent>(create);
static ExecutionflowLinesAddedEvent? _defaultInstance;
@$pb.TagNumber(1)
$1.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($1.EventHeader value) => $_setField(1, value);
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => $_clearField(1);
@$pb.TagNumber(1)
$1.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$1.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($1.EntityID value) => $_setField(2, value);
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => $_clearField(2);
@$pb.TagNumber(2)
$1.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
ExecutionflowLinesAddedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(ExecutionflowLinesAddedPayload value) => $_setField(3, value);
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => $_clearField(3);
@$pb.TagNumber(3)
ExecutionflowLinesAddedPayload ensurePayload() => $_ensure(2);
}
/// API Request
class ExecutionflowLinesAddedRequest extends $pb.GeneratedMessage {
factory ExecutionflowLinesAddedRequest({
$1.RequestProjectHeader? header,
$1.EntityID? iD,
ExecutionflowLinesAddedPayload? payload,
}) {
final result = create();
if (header != null) result.header = header;
if (iD != null) result.iD = iD;
if (payload != null) result.payload = payload;
return result;
}
ExecutionflowLinesAddedRequest._();
factory ExecutionflowLinesAddedRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory ExecutionflowLinesAddedRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowLinesAddedRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$1.RequestProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.RequestProjectHeader.create)
..aOM<$1.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $1.EntityID.create)
..aOM<ExecutionflowLinesAddedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ExecutionflowLinesAddedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ExecutionflowLinesAddedRequest clone() => ExecutionflowLinesAddedRequest()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ExecutionflowLinesAddedRequest copyWith(void Function(ExecutionflowLinesAddedRequest) updates) => super.copyWith((message) => updates(message as ExecutionflowLinesAddedRequest)) as ExecutionflowLinesAddedRequest;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ExecutionflowLinesAddedRequest create() => ExecutionflowLinesAddedRequest._();
@$core.override
ExecutionflowLinesAddedRequest createEmptyInstance() => create();
static $pb.PbList<ExecutionflowLinesAddedRequest> createRepeated() => $pb.PbList<ExecutionflowLinesAddedRequest>();
@$core.pragma('dart2js:noInline')
static ExecutionflowLinesAddedRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ExecutionflowLinesAddedRequest>(create);
static ExecutionflowLinesAddedRequest? _defaultInstance;
@$pb.TagNumber(1)
$1.RequestProjectHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($1.RequestProjectHeader value) => $_setField(1, value);
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => $_clearField(1);
@$pb.TagNumber(1)
$1.RequestProjectHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$1.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($1.EntityID value) => $_setField(2, value);
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => $_clearField(2);
@$pb.TagNumber(2)
$1.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
ExecutionflowLinesAddedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(ExecutionflowLinesAddedPayload value) => $_setField(3, value);
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => $_clearField(3);
@$pb.TagNumber(3)
ExecutionflowLinesAddedPayload ensurePayload() => $_ensure(2);
}
/// API Response
class ExecutionflowLinesAddedResponse extends $pb.GeneratedMessage {
factory ExecutionflowLinesAddedResponse({
$1.ResponseHeader? header,
$1.EntityID? iD,
}) {
final result = create();
if (header != null) result.header = header;
if (iD != null) result.iD = iD;
return result;
}
ExecutionflowLinesAddedResponse._();
factory ExecutionflowLinesAddedResponse.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory ExecutionflowLinesAddedResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowLinesAddedResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$1.ResponseHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.ResponseHeader.create)
..aOM<$1.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $1.EntityID.create)
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ExecutionflowLinesAddedResponse clone() => ExecutionflowLinesAddedResponse()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ExecutionflowLinesAddedResponse copyWith(void Function(ExecutionflowLinesAddedResponse) updates) => super.copyWith((message) => updates(message as ExecutionflowLinesAddedResponse)) as ExecutionflowLinesAddedResponse;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ExecutionflowLinesAddedResponse create() => ExecutionflowLinesAddedResponse._();
@$core.override
ExecutionflowLinesAddedResponse createEmptyInstance() => create();
static $pb.PbList<ExecutionflowLinesAddedResponse> createRepeated() => $pb.PbList<ExecutionflowLinesAddedResponse>();
@$core.pragma('dart2js:noInline')
static ExecutionflowLinesAddedResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ExecutionflowLinesAddedResponse>(create);
static ExecutionflowLinesAddedResponse? _defaultInstance;
@$pb.TagNumber(1)
$1.ResponseHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($1.ResponseHeader value) => $_setField(1, value);
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => $_clearField(1);
@$pb.TagNumber(1)
$1.ResponseHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$1.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($1.EntityID value) => $_setField(2, value);
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => $_clearField(2);
@$pb.TagNumber(2)
$1.EntityID ensureID() => $_ensure(1);
}
class ExecutionflowLinesDetectedPayload extends $pb.GeneratedMessage {
factory ExecutionflowLinesDetectedPayload({
$core.Iterable<$2.ExeFlowLine>? lines,
}) {
final result = create();
if (lines != null) result.lines.addAll(lines);
return result;
}
ExecutionflowLinesDetectedPayload._();
factory ExecutionflowLinesDetectedPayload.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory ExecutionflowLinesDetectedPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowLinesDetectedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..pc<$2.ExeFlowLine>(1, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $2.ExeFlowLine.create)
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ExecutionflowLinesDetectedPayload clone() => ExecutionflowLinesDetectedPayload()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ExecutionflowLinesDetectedPayload copyWith(void Function(ExecutionflowLinesDetectedPayload) updates) => super.copyWith((message) => updates(message as ExecutionflowLinesDetectedPayload)) as ExecutionflowLinesDetectedPayload;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ExecutionflowLinesDetectedPayload create() => ExecutionflowLinesDetectedPayload._();
@$core.override
ExecutionflowLinesDetectedPayload createEmptyInstance() => create();
static $pb.PbList<ExecutionflowLinesDetectedPayload> createRepeated() => $pb.PbList<ExecutionflowLinesDetectedPayload>();
@$core.pragma('dart2js:noInline')
static ExecutionflowLinesDetectedPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ExecutionflowLinesDetectedPayload>(create);
static ExecutionflowLinesDetectedPayload? _defaultInstance;
@$pb.TagNumber(1)
$pb.PbList<$2.ExeFlowLine> get lines => $_getList(0);
}
/// Event message
class ExecutionflowLinesDetectedEvent extends $pb.GeneratedMessage {
factory ExecutionflowLinesDetectedEvent({
$1.EventHeader? header,
$1.EntityID? iD,
ExecutionflowLinesDetectedPayload? payload,
}) {
final result = create();
if (header != null) result.header = header;
if (iD != null) result.iD = iD;
if (payload != null) result.payload = payload;
return result;
}
ExecutionflowLinesDetectedEvent._();
factory ExecutionflowLinesDetectedEvent.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory ExecutionflowLinesDetectedEvent.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowLinesDetectedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$1.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.EventHeader.create)
..aOM<$1.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $1.EntityID.create)
..aOM<ExecutionflowLinesDetectedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ExecutionflowLinesDetectedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ExecutionflowLinesDetectedEvent clone() => ExecutionflowLinesDetectedEvent()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ExecutionflowLinesDetectedEvent copyWith(void Function(ExecutionflowLinesDetectedEvent) updates) => super.copyWith((message) => updates(message as ExecutionflowLinesDetectedEvent)) as ExecutionflowLinesDetectedEvent;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ExecutionflowLinesDetectedEvent create() => ExecutionflowLinesDetectedEvent._();
@$core.override
ExecutionflowLinesDetectedEvent createEmptyInstance() => create();
static $pb.PbList<ExecutionflowLinesDetectedEvent> createRepeated() => $pb.PbList<ExecutionflowLinesDetectedEvent>();
@$core.pragma('dart2js:noInline')
static ExecutionflowLinesDetectedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ExecutionflowLinesDetectedEvent>(create);
static ExecutionflowLinesDetectedEvent? _defaultInstance;
@$pb.TagNumber(1)
$1.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($1.EventHeader value) => $_setField(1, value);
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => $_clearField(1);
@$pb.TagNumber(1)
$1.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$1.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($1.EntityID value) => $_setField(2, value);
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => $_clearField(2);
@$pb.TagNumber(2)
$1.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
ExecutionflowLinesDetectedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(ExecutionflowLinesDetectedPayload value) => $_setField(3, value);
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => $_clearField(3);
@$pb.TagNumber(3)
ExecutionflowLinesDetectedPayload ensurePayload() => $_ensure(2);
}
/// API Request
class ExecutionflowLinesDetectedRequest extends $pb.GeneratedMessage {
factory ExecutionflowLinesDetectedRequest({
$1.RequestProjectHeader? header,
$1.EntityID? iD,
ExecutionflowLinesDetectedPayload? payload,
}) {
final result = create();
if (header != null) result.header = header;
if (iD != null) result.iD = iD;
if (payload != null) result.payload = payload;
return result;
}
ExecutionflowLinesDetectedRequest._();
factory ExecutionflowLinesDetectedRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory ExecutionflowLinesDetectedRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowLinesDetectedRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$1.RequestProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.RequestProjectHeader.create)
..aOM<$1.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $1.EntityID.create)
..aOM<ExecutionflowLinesDetectedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ExecutionflowLinesDetectedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ExecutionflowLinesDetectedRequest clone() => ExecutionflowLinesDetectedRequest()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ExecutionflowLinesDetectedRequest copyWith(void Function(ExecutionflowLinesDetectedRequest) updates) => super.copyWith((message) => updates(message as ExecutionflowLinesDetectedRequest)) as ExecutionflowLinesDetectedRequest;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ExecutionflowLinesDetectedRequest create() => ExecutionflowLinesDetectedRequest._();
@$core.override
ExecutionflowLinesDetectedRequest createEmptyInstance() => create();
static $pb.PbList<ExecutionflowLinesDetectedRequest> createRepeated() => $pb.PbList<ExecutionflowLinesDetectedRequest>();
@$core.pragma('dart2js:noInline')
static ExecutionflowLinesDetectedRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ExecutionflowLinesDetectedRequest>(create);
static ExecutionflowLinesDetectedRequest? _defaultInstance;
@$pb.TagNumber(1)
$1.RequestProjectHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($1.RequestProjectHeader value) => $_setField(1, value);
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => $_clearField(1);
@$pb.TagNumber(1)
$1.RequestProjectHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$1.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($1.EntityID value) => $_setField(2, value);
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => $_clearField(2);
@$pb.TagNumber(2)
$1.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
ExecutionflowLinesDetectedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(ExecutionflowLinesDetectedPayload value) => $_setField(3, value);
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => $_clearField(3);
@$pb.TagNumber(3)
ExecutionflowLinesDetectedPayload ensurePayload() => $_ensure(2);
}
/// API Response
class ExecutionflowLinesDetectedResponse extends $pb.GeneratedMessage {
factory ExecutionflowLinesDetectedResponse({
$1.ResponseHeader? header,
$1.EntityID? iD,
}) {
final result = create();
if (header != null) result.header = header;
if (iD != null) result.iD = iD;
return result;
}
ExecutionflowLinesDetectedResponse._();
factory ExecutionflowLinesDetectedResponse.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory ExecutionflowLinesDetectedResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowLinesDetectedResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$1.ResponseHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.ResponseHeader.create)
..aOM<$1.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $1.EntityID.create)
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ExecutionflowLinesDetectedResponse clone() => ExecutionflowLinesDetectedResponse()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ExecutionflowLinesDetectedResponse copyWith(void Function(ExecutionflowLinesDetectedResponse) updates) => super.copyWith((message) => updates(message as ExecutionflowLinesDetectedResponse)) as ExecutionflowLinesDetectedResponse;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ExecutionflowLinesDetectedResponse create() => ExecutionflowLinesDetectedResponse._();
@$core.override
ExecutionflowLinesDetectedResponse createEmptyInstance() => create();
static $pb.PbList<ExecutionflowLinesDetectedResponse> createRepeated() => $pb.PbList<ExecutionflowLinesDetectedResponse>();
@$core.pragma('dart2js:noInline')
static ExecutionflowLinesDetectedResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ExecutionflowLinesDetectedResponse>(create);
static ExecutionflowLinesDetectedResponse? _defaultInstance;
@$pb.TagNumber(1)
$1.ResponseHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($1.ResponseHeader value) => $_setField(1, value);
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => $_clearField(1);
@$pb.TagNumber(1)
$1.ResponseHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$1.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($1.EntityID value) => $_setField(2, value);
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => $_clearField(2);
@$pb.TagNumber(2)
$1.EntityID ensureID() => $_ensure(1);
}
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');