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