You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1298,6 +1298,9 @@ class StartWorkflowExtractKPIRequest extends $pb.GeneratedMessage {
|
||||
$pb.PbMap<$core.String, $29.TranslationMap>? columnTranslationMaps,
|
||||
$core.Iterable<$core.int>? fieldIdxLVDetailedQuantity,
|
||||
$pb.PbMap<$core.int, $29.ExtractColumnFormat>? columnFormats,
|
||||
$core.String? dateFormat,
|
||||
$core.String? numberFormat,
|
||||
$29.TimeFormat? timeFormat,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (projectId != null) {
|
||||
@@ -1357,6 +1360,15 @@ class StartWorkflowExtractKPIRequest extends $pb.GeneratedMessage {
|
||||
if (columnFormats != null) {
|
||||
$result.columnFormats.addAll(columnFormats);
|
||||
}
|
||||
if (dateFormat != null) {
|
||||
$result.dateFormat = dateFormat;
|
||||
}
|
||||
if (numberFormat != null) {
|
||||
$result.numberFormat = numberFormat;
|
||||
}
|
||||
if (timeFormat != null) {
|
||||
$result.timeFormat = timeFormat;
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
StartWorkflowExtractKPIRequest._() : super();
|
||||
@@ -1383,6 +1395,9 @@ class StartWorkflowExtractKPIRequest extends $pb.GeneratedMessage {
|
||||
..m<$core.String, $29.TranslationMap>(17, _omitFieldNames ? '' : 'ColumnTranslationMaps', protoName: 'ColumnTranslationMaps', entryClassName: 'StartWorkflowExtractKPIRequest.ColumnTranslationMapsEntry', keyFieldType: $pb.PbFieldType.OS, valueFieldType: $pb.PbFieldType.OM, valueCreator: $29.TranslationMap.create, valueDefaultOrMaker: $29.TranslationMap.getDefault, packageName: const $pb.PackageName('api'))
|
||||
..p<$core.int>(18, _omitFieldNames ? '' : 'FieldIdxLVDetailedQuantity', $pb.PbFieldType.K3, protoName: 'FieldIdxLVDetailedQuantity')
|
||||
..m<$core.int, $29.ExtractColumnFormat>(19, _omitFieldNames ? '' : 'ColumnFormats', protoName: 'ColumnFormats', entryClassName: 'StartWorkflowExtractKPIRequest.ColumnFormatsEntry', keyFieldType: $pb.PbFieldType.O3, valueFieldType: $pb.PbFieldType.OM, valueCreator: $29.ExtractColumnFormat.create, valueDefaultOrMaker: $29.ExtractColumnFormat.getDefault, packageName: const $pb.PackageName('api'))
|
||||
..aOS(20, _omitFieldNames ? '' : 'DateFormat', protoName: 'DateFormat')
|
||||
..aOS(21, _omitFieldNames ? '' : 'NumberFormat', protoName: 'NumberFormat')
|
||||
..e<$29.TimeFormat>(22, _omitFieldNames ? '' : 'TimeFormat', $pb.PbFieldType.OE, protoName: 'TimeFormat', defaultOrMaker: $29.TimeFormat.H12, valueOf: $29.TimeFormat.valueOf, enumValues: $29.TimeFormat.values)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1531,6 +1546,33 @@ class StartWorkflowExtractKPIRequest extends $pb.GeneratedMessage {
|
||||
|
||||
@$pb.TagNumber(19)
|
||||
$pb.PbMap<$core.int, $29.ExtractColumnFormat> get columnFormats => $_getMap(18);
|
||||
|
||||
@$pb.TagNumber(20)
|
||||
$core.String get dateFormat => $_getSZ(19);
|
||||
@$pb.TagNumber(20)
|
||||
set dateFormat($core.String v) { $_setString(19, v); }
|
||||
@$pb.TagNumber(20)
|
||||
$core.bool hasDateFormat() => $_has(19);
|
||||
@$pb.TagNumber(20)
|
||||
void clearDateFormat() => $_clearField(20);
|
||||
|
||||
@$pb.TagNumber(21)
|
||||
$core.String get numberFormat => $_getSZ(20);
|
||||
@$pb.TagNumber(21)
|
||||
set numberFormat($core.String v) { $_setString(20, v); }
|
||||
@$pb.TagNumber(21)
|
||||
$core.bool hasNumberFormat() => $_has(20);
|
||||
@$pb.TagNumber(21)
|
||||
void clearNumberFormat() => $_clearField(21);
|
||||
|
||||
@$pb.TagNumber(22)
|
||||
$29.TimeFormat get timeFormat => $_getN(21);
|
||||
@$pb.TagNumber(22)
|
||||
set timeFormat($29.TimeFormat v) { $_setField(22, v); }
|
||||
@$pb.TagNumber(22)
|
||||
$core.bool hasTimeFormat() => $_has(21);
|
||||
@$pb.TagNumber(22)
|
||||
void clearTimeFormat() => $_clearField(22);
|
||||
}
|
||||
|
||||
class StartWorkflowExtractKPIResult extends $pb.GeneratedMessage {
|
||||
|
||||
Reference in New Issue
Block a user