You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -6276,8 +6276,6 @@ class EntityDefinition extends $pb.GeneratedMessage {
|
||||
$core.bool? isIndexed,
|
||||
$core.Iterable<$core.String>? kpiGroups,
|
||||
$core.int? modelVersion,
|
||||
$core.String? domainString,
|
||||
$core.String? nameString,
|
||||
}) {
|
||||
final result = create();
|
||||
if (name != null) result.name = name;
|
||||
@@ -6288,8 +6286,6 @@ class EntityDefinition extends $pb.GeneratedMessage {
|
||||
if (isIndexed != null) result.isIndexed = isIndexed;
|
||||
if (kpiGroups != null) result.kpiGroups.addAll(kpiGroups);
|
||||
if (modelVersion != null) result.modelVersion = modelVersion;
|
||||
if (domainString != null) result.domainString = domainString;
|
||||
if (nameString != null) result.nameString = nameString;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -6307,8 +6303,6 @@ class EntityDefinition extends $pb.GeneratedMessage {
|
||||
..aOB(6, _omitFieldNames ? '' : 'IsIndexed', protoName: 'IsIndexed')
|
||||
..pPS(7, _omitFieldNames ? '' : 'KpiGroups', protoName: 'KpiGroups')
|
||||
..a<$core.int>(8, _omitFieldNames ? '' : 'ModelVersion', $pb.PbFieldType.OU3, protoName: 'ModelVersion')
|
||||
..aOS(9, _omitFieldNames ? '' : 'DomainString', protoName: 'DomainString')
|
||||
..aOS(10, _omitFieldNames ? '' : 'NameString', protoName: 'NameString')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -6388,24 +6382,6 @@ class EntityDefinition extends $pb.GeneratedMessage {
|
||||
$core.bool hasModelVersion() => $_has(7);
|
||||
@$pb.TagNumber(8)
|
||||
void clearModelVersion() => $_clearField(8);
|
||||
|
||||
@$pb.TagNumber(9)
|
||||
$core.String get domainString => $_getSZ(8);
|
||||
@$pb.TagNumber(9)
|
||||
set domainString($core.String value) => $_setString(8, value);
|
||||
@$pb.TagNumber(9)
|
||||
$core.bool hasDomainString() => $_has(8);
|
||||
@$pb.TagNumber(9)
|
||||
void clearDomainString() => $_clearField(9);
|
||||
|
||||
@$pb.TagNumber(10)
|
||||
$core.String get nameString => $_getSZ(9);
|
||||
@$pb.TagNumber(10)
|
||||
set nameString($core.String value) => $_setString(9, value);
|
||||
@$pb.TagNumber(10)
|
||||
$core.bool hasNameString() => $_has(9);
|
||||
@$pb.TagNumber(10)
|
||||
void clearNameString() => $_clearField(10);
|
||||
}
|
||||
|
||||
class CrossFindQuery extends $pb.GeneratedMessage {
|
||||
|
||||
Reference in New Issue
Block a user