You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -8046,6 +8046,250 @@ class ExecutionflowRenotifiedResponse extends $pb.GeneratedMessage {
|
||||
$1.EntityID ensureID() => $_ensure(1);
|
||||
}
|
||||
|
||||
class ExecutionflowSanitisedPayload extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowSanitisedPayload() => create();
|
||||
|
||||
ExecutionflowSanitisedPayload._();
|
||||
|
||||
factory ExecutionflowSanitisedPayload.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ExecutionflowSanitisedPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowSanitisedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowSanitisedPayload clone() => ExecutionflowSanitisedPayload()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowSanitisedPayload copyWith(void Function(ExecutionflowSanitisedPayload) updates) => super.copyWith((message) => updates(message as ExecutionflowSanitisedPayload)) as ExecutionflowSanitisedPayload;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ExecutionflowSanitisedPayload create() => ExecutionflowSanitisedPayload._();
|
||||
@$core.override
|
||||
ExecutionflowSanitisedPayload createEmptyInstance() => create();
|
||||
static $pb.PbList<ExecutionflowSanitisedPayload> createRepeated() => $pb.PbList<ExecutionflowSanitisedPayload>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ExecutionflowSanitisedPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ExecutionflowSanitisedPayload>(create);
|
||||
static ExecutionflowSanitisedPayload? _defaultInstance;
|
||||
}
|
||||
|
||||
class ExecutionflowSanitisedEvent extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowSanitisedEvent({
|
||||
$1.EventHeader? header,
|
||||
$1.EntityID? iD,
|
||||
ExecutionflowSanitisedPayload? payload,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (iD != null) result.iD = iD;
|
||||
if (payload != null) result.payload = payload;
|
||||
return result;
|
||||
}
|
||||
|
||||
ExecutionflowSanitisedEvent._();
|
||||
|
||||
factory ExecutionflowSanitisedEvent.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ExecutionflowSanitisedEvent.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowSanitisedEvent', 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<ExecutionflowSanitisedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ExecutionflowSanitisedPayload.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowSanitisedEvent clone() => ExecutionflowSanitisedEvent()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowSanitisedEvent copyWith(void Function(ExecutionflowSanitisedEvent) updates) => super.copyWith((message) => updates(message as ExecutionflowSanitisedEvent)) as ExecutionflowSanitisedEvent;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ExecutionflowSanitisedEvent create() => ExecutionflowSanitisedEvent._();
|
||||
@$core.override
|
||||
ExecutionflowSanitisedEvent createEmptyInstance() => create();
|
||||
static $pb.PbList<ExecutionflowSanitisedEvent> createRepeated() => $pb.PbList<ExecutionflowSanitisedEvent>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ExecutionflowSanitisedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ExecutionflowSanitisedEvent>(create);
|
||||
static ExecutionflowSanitisedEvent? _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)
|
||||
ExecutionflowSanitisedPayload get payload => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set payload(ExecutionflowSanitisedPayload value) => $_setField(3, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasPayload() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearPayload() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
ExecutionflowSanitisedPayload ensurePayload() => $_ensure(2);
|
||||
}
|
||||
|
||||
class ExecutionflowSanitisedRequest extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowSanitisedRequest({
|
||||
$1.RequestProjectHeader? header,
|
||||
$1.EntityID? iD,
|
||||
ExecutionflowSanitisedPayload? payload,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (iD != null) result.iD = iD;
|
||||
if (payload != null) result.payload = payload;
|
||||
return result;
|
||||
}
|
||||
|
||||
ExecutionflowSanitisedRequest._();
|
||||
|
||||
factory ExecutionflowSanitisedRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ExecutionflowSanitisedRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowSanitisedRequest', 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<ExecutionflowSanitisedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ExecutionflowSanitisedPayload.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowSanitisedRequest clone() => ExecutionflowSanitisedRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowSanitisedRequest copyWith(void Function(ExecutionflowSanitisedRequest) updates) => super.copyWith((message) => updates(message as ExecutionflowSanitisedRequest)) as ExecutionflowSanitisedRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ExecutionflowSanitisedRequest create() => ExecutionflowSanitisedRequest._();
|
||||
@$core.override
|
||||
ExecutionflowSanitisedRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<ExecutionflowSanitisedRequest> createRepeated() => $pb.PbList<ExecutionflowSanitisedRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ExecutionflowSanitisedRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ExecutionflowSanitisedRequest>(create);
|
||||
static ExecutionflowSanitisedRequest? _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)
|
||||
ExecutionflowSanitisedPayload get payload => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set payload(ExecutionflowSanitisedPayload value) => $_setField(3, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasPayload() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearPayload() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
ExecutionflowSanitisedPayload ensurePayload() => $_ensure(2);
|
||||
}
|
||||
|
||||
class ExecutionflowSanitisedResponse extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowSanitisedResponse({
|
||||
$1.ResponseHeader? header,
|
||||
$1.EntityID? iD,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (iD != null) result.iD = iD;
|
||||
return result;
|
||||
}
|
||||
|
||||
ExecutionflowSanitisedResponse._();
|
||||
|
||||
factory ExecutionflowSanitisedResponse.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ExecutionflowSanitisedResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowSanitisedResponse', 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.')
|
||||
ExecutionflowSanitisedResponse clone() => ExecutionflowSanitisedResponse()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowSanitisedResponse copyWith(void Function(ExecutionflowSanitisedResponse) updates) => super.copyWith((message) => updates(message as ExecutionflowSanitisedResponse)) as ExecutionflowSanitisedResponse;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ExecutionflowSanitisedResponse create() => ExecutionflowSanitisedResponse._();
|
||||
@$core.override
|
||||
ExecutionflowSanitisedResponse createEmptyInstance() => create();
|
||||
static $pb.PbList<ExecutionflowSanitisedResponse> createRepeated() => $pb.PbList<ExecutionflowSanitisedResponse>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ExecutionflowSanitisedResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ExecutionflowSanitisedResponse>(create);
|
||||
static ExecutionflowSanitisedResponse? _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');
|
||||
|
||||
Reference in New Issue
Block a user