You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.15.0-SNAPSHOT-260902133635
|
||||
Lib version: 1.15.0-SNAPSHOT-260903100910
|
||||
|
||||
253
lib/kpi.pb.dart
253
lib/kpi.pb.dart
@@ -184,27 +184,15 @@ class Kpi extends $pb.GeneratedMessage {
|
||||
class KpiDefinition extends $pb.GeneratedMessage {
|
||||
factory KpiDefinition({
|
||||
$core.String? name,
|
||||
$core.String? level,
|
||||
$core.String? dataType,
|
||||
$core.String? contentType,
|
||||
$core.String? enumValues,
|
||||
$core.String? fullName,
|
||||
$core.bool? isComputed,
|
||||
$core.String? groupToJoin,
|
||||
$core.String? columnType,
|
||||
$core.bool? isQueryable,
|
||||
$core.Iterable<$core.String>? enumValues,
|
||||
}) {
|
||||
final result = create();
|
||||
if (name != null) result.name = name;
|
||||
if (level != null) result.level = level;
|
||||
if (dataType != null) result.dataType = dataType;
|
||||
if (contentType != null) result.contentType = contentType;
|
||||
if (enumValues != null) result.enumValues = enumValues;
|
||||
if (fullName != null) result.fullName = fullName;
|
||||
if (isComputed != null) result.isComputed = isComputed;
|
||||
if (groupToJoin != null) result.groupToJoin = groupToJoin;
|
||||
if (columnType != null) result.columnType = columnType;
|
||||
if (isQueryable != null) result.isQueryable = isQueryable;
|
||||
if (enumValues != null) result.enumValues.addAll(enumValues);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -215,15 +203,9 @@ class KpiDefinition extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'KpiDefinition', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'Name', protoName: 'Name')
|
||||
..aOS(2, _omitFieldNames ? '' : 'Level', protoName: 'Level')
|
||||
..aOS(4, _omitFieldNames ? '' : 'DataType', protoName: 'DataType')
|
||||
..aOS(5, _omitFieldNames ? '' : 'ContentType', protoName: 'ContentType')
|
||||
..aOS(6, _omitFieldNames ? '' : 'EnumValues', protoName: 'EnumValues')
|
||||
..aOS(8, _omitFieldNames ? '' : 'FullName', protoName: 'FullName')
|
||||
..aOB(9, _omitFieldNames ? '' : 'IsComputed', protoName: 'IsComputed')
|
||||
..aOS(11, _omitFieldNames ? '' : 'GroupToJoin', protoName: 'GroupToJoin')
|
||||
..aOS(12, _omitFieldNames ? '' : 'ColumnType', protoName: 'ColumnType')
|
||||
..aOB(13, _omitFieldNames ? '' : 'IsQueryable', protoName: 'IsQueryable')
|
||||
..aOS(2, _omitFieldNames ? '' : 'DataType', protoName: 'DataType')
|
||||
..aOS(3, _omitFieldNames ? '' : 'ContentType', protoName: 'ContentType')
|
||||
..pPS(4, _omitFieldNames ? '' : 'EnumValues', protoName: 'EnumValues')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -254,86 +236,25 @@ class KpiDefinition extends $pb.GeneratedMessage {
|
||||
void clearName() => $_clearField(1);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get level => $_getSZ(1);
|
||||
$core.String get dataType => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set level($core.String value) => $_setString(1, value);
|
||||
set dataType($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasLevel() => $_has(1);
|
||||
$core.bool hasDataType() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearLevel() => $_clearField(2);
|
||||
void clearDataType() => $_clearField(2);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get contentType => $_getSZ(2);
|
||||
@$pb.TagNumber(3)
|
||||
set contentType($core.String value) => $_setString(2, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasContentType() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearContentType() => $_clearField(3);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get dataType => $_getSZ(2);
|
||||
@$pb.TagNumber(4)
|
||||
set dataType($core.String value) => $_setString(2, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasDataType() => $_has(2);
|
||||
@$pb.TagNumber(4)
|
||||
void clearDataType() => $_clearField(4);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$core.String get contentType => $_getSZ(3);
|
||||
@$pb.TagNumber(5)
|
||||
set contentType($core.String value) => $_setString(3, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasContentType() => $_has(3);
|
||||
@$pb.TagNumber(5)
|
||||
void clearContentType() => $_clearField(5);
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
$core.String get enumValues => $_getSZ(4);
|
||||
@$pb.TagNumber(6)
|
||||
set enumValues($core.String value) => $_setString(4, value);
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasEnumValues() => $_has(4);
|
||||
@$pb.TagNumber(6)
|
||||
void clearEnumValues() => $_clearField(6);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
$core.String get fullName => $_getSZ(5);
|
||||
@$pb.TagNumber(8)
|
||||
set fullName($core.String value) => $_setString(5, value);
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasFullName() => $_has(5);
|
||||
@$pb.TagNumber(8)
|
||||
void clearFullName() => $_clearField(8);
|
||||
|
||||
@$pb.TagNumber(9)
|
||||
$core.bool get isComputed => $_getBF(6);
|
||||
@$pb.TagNumber(9)
|
||||
set isComputed($core.bool value) => $_setBool(6, value);
|
||||
@$pb.TagNumber(9)
|
||||
$core.bool hasIsComputed() => $_has(6);
|
||||
@$pb.TagNumber(9)
|
||||
void clearIsComputed() => $_clearField(9);
|
||||
|
||||
/// repeated EntityCorrespondence EntityCorrespondences = 10;
|
||||
@$pb.TagNumber(11)
|
||||
$core.String get groupToJoin => $_getSZ(7);
|
||||
@$pb.TagNumber(11)
|
||||
set groupToJoin($core.String value) => $_setString(7, value);
|
||||
@$pb.TagNumber(11)
|
||||
$core.bool hasGroupToJoin() => $_has(7);
|
||||
@$pb.TagNumber(11)
|
||||
void clearGroupToJoin() => $_clearField(11);
|
||||
|
||||
@$pb.TagNumber(12)
|
||||
$core.String get columnType => $_getSZ(8);
|
||||
@$pb.TagNumber(12)
|
||||
set columnType($core.String value) => $_setString(8, value);
|
||||
@$pb.TagNumber(12)
|
||||
$core.bool hasColumnType() => $_has(8);
|
||||
@$pb.TagNumber(12)
|
||||
void clearColumnType() => $_clearField(12);
|
||||
|
||||
@$pb.TagNumber(13)
|
||||
$core.bool get isQueryable => $_getBF(9);
|
||||
@$pb.TagNumber(13)
|
||||
set isQueryable($core.bool value) => $_setBool(9, value);
|
||||
@$pb.TagNumber(13)
|
||||
$core.bool hasIsQueryable() => $_has(9);
|
||||
@$pb.TagNumber(13)
|
||||
void clearIsQueryable() => $_clearField(13);
|
||||
$pb.PbList<$core.String> get enumValues => $_getList(3);
|
||||
}
|
||||
|
||||
class KpiExpression extends $pb.GeneratedMessage {
|
||||
@@ -591,65 +512,47 @@ class GetKpisResult extends $pb.GeneratedMessage {
|
||||
$pb.PbList<Kpi> get kpis => $_getList(0);
|
||||
}
|
||||
|
||||
class GetKpisWithSelectionRequest extends $pb.GeneratedMessage {
|
||||
factory GetKpisWithSelectionRequest({
|
||||
class GetCompatibleKpisRequest extends $pb.GeneratedMessage {
|
||||
factory GetCompatibleKpisRequest({
|
||||
$1.RequestProjectHeader? header,
|
||||
$core.String? domain,
|
||||
$core.String? group,
|
||||
$core.bool? isMetric,
|
||||
$core.bool? isDimension,
|
||||
$core.bool? isDate,
|
||||
$core.bool? isCount,
|
||||
$core.bool? onlyQueryable,
|
||||
$core.Iterable<$core.String>? selectedKpis,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (domain != null) result.domain = domain;
|
||||
if (group != null) result.group = group;
|
||||
if (isMetric != null) result.isMetric = isMetric;
|
||||
if (isDimension != null) result.isDimension = isDimension;
|
||||
if (isDate != null) result.isDate = isDate;
|
||||
if (isCount != null) result.isCount = isCount;
|
||||
if (onlyQueryable != null) result.onlyQueryable = onlyQueryable;
|
||||
if (selectedKpis != null) result.selectedKpis.addAll(selectedKpis);
|
||||
return result;
|
||||
}
|
||||
|
||||
GetKpisWithSelectionRequest._();
|
||||
GetCompatibleKpisRequest._();
|
||||
|
||||
factory GetKpisWithSelectionRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory GetKpisWithSelectionRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
factory GetCompatibleKpisRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory GetCompatibleKpisRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetKpisWithSelectionRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetCompatibleKpisRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$1.RequestProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.RequestProjectHeader.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'Domain', protoName: 'Domain')
|
||||
..aOS(3, _omitFieldNames ? '' : 'Group', protoName: 'Group')
|
||||
..aOB(4, _omitFieldNames ? '' : 'isMetric', protoName: 'isMetric')
|
||||
..aOB(5, _omitFieldNames ? '' : 'isDimension', protoName: 'isDimension')
|
||||
..aOB(6, _omitFieldNames ? '' : 'isDate', protoName: 'isDate')
|
||||
..aOB(7, _omitFieldNames ? '' : 'isCount', protoName: 'isCount')
|
||||
..aOB(8, _omitFieldNames ? '' : 'OnlyQueryable', protoName: 'OnlyQueryable')
|
||||
..pPS(9, _omitFieldNames ? '' : 'SelectedKpis', protoName: 'SelectedKpis')
|
||||
..pPS(4, _omitFieldNames ? '' : 'SelectedKpis', protoName: 'SelectedKpis')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
GetKpisWithSelectionRequest clone() => GetKpisWithSelectionRequest()..mergeFromMessage(this);
|
||||
GetCompatibleKpisRequest clone() => GetCompatibleKpisRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
GetKpisWithSelectionRequest copyWith(void Function(GetKpisWithSelectionRequest) updates) => super.copyWith((message) => updates(message as GetKpisWithSelectionRequest)) as GetKpisWithSelectionRequest;
|
||||
GetCompatibleKpisRequest copyWith(void Function(GetCompatibleKpisRequest) updates) => super.copyWith((message) => updates(message as GetCompatibleKpisRequest)) as GetCompatibleKpisRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static GetKpisWithSelectionRequest create() => GetKpisWithSelectionRequest._();
|
||||
static GetCompatibleKpisRequest create() => GetCompatibleKpisRequest._();
|
||||
@$core.override
|
||||
GetKpisWithSelectionRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<GetKpisWithSelectionRequest> createRepeated() => $pb.PbList<GetKpisWithSelectionRequest>();
|
||||
GetCompatibleKpisRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<GetCompatibleKpisRequest> createRepeated() => $pb.PbList<GetCompatibleKpisRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static GetKpisWithSelectionRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<GetKpisWithSelectionRequest>(create);
|
||||
static GetKpisWithSelectionRequest? _defaultInstance;
|
||||
static GetCompatibleKpisRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<GetCompatibleKpisRequest>(create);
|
||||
static GetCompatibleKpisRequest? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$1.RequestProjectHeader get header => $_getN(0);
|
||||
@@ -662,76 +565,22 @@ class GetKpisWithSelectionRequest extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$1.RequestProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get domain => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set domain($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasDomain() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearDomain() => $_clearField(2);
|
||||
|
||||
/// Widget analysis criterion, executionflow for Order and stock for Stock
|
||||
/// TODO : Create an enum ?
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get group => $_getSZ(2);
|
||||
$core.String get group => $_getSZ(1);
|
||||
@$pb.TagNumber(3)
|
||||
set group($core.String value) => $_setString(2, value);
|
||||
set group($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasGroup() => $_has(2);
|
||||
$core.bool hasGroup() => $_has(1);
|
||||
@$pb.TagNumber(3)
|
||||
void clearGroup() => $_clearField(3);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool get isMetric => $_getBF(3);
|
||||
@$pb.TagNumber(4)
|
||||
set isMetric($core.bool value) => $_setBool(3, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasIsMetric() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearIsMetric() => $_clearField(4);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool get isDimension => $_getBF(4);
|
||||
@$pb.TagNumber(5)
|
||||
set isDimension($core.bool value) => $_setBool(4, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasIsDimension() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearIsDimension() => $_clearField(5);
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool get isDate => $_getBF(5);
|
||||
@$pb.TagNumber(6)
|
||||
set isDate($core.bool value) => $_setBool(5, value);
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasIsDate() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
void clearIsDate() => $_clearField(6);
|
||||
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool get isCount => $_getBF(6);
|
||||
@$pb.TagNumber(7)
|
||||
set isCount($core.bool value) => $_setBool(6, value);
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasIsCount() => $_has(6);
|
||||
@$pb.TagNumber(7)
|
||||
void clearIsCount() => $_clearField(7);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool get onlyQueryable => $_getBF(7);
|
||||
@$pb.TagNumber(8)
|
||||
set onlyQueryable($core.bool value) => $_setBool(7, value);
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasOnlyQueryable() => $_has(7);
|
||||
@$pb.TagNumber(8)
|
||||
void clearOnlyQueryable() => $_clearField(8);
|
||||
|
||||
@$pb.TagNumber(9)
|
||||
$pb.PbList<$core.String> get selectedKpis => $_getList(8);
|
||||
$pb.PbList<$core.String> get selectedKpis => $_getList(2);
|
||||
}
|
||||
|
||||
class GetKpisWithSelectionResult extends $pb.GeneratedMessage {
|
||||
factory GetKpisWithSelectionResult({
|
||||
class GetCompatibleKpisResult extends $pb.GeneratedMessage {
|
||||
factory GetCompatibleKpisResult({
|
||||
$core.Iterable<KpiDefinition>? kpis,
|
||||
}) {
|
||||
final result = create();
|
||||
@@ -739,32 +588,32 @@ class GetKpisWithSelectionResult extends $pb.GeneratedMessage {
|
||||
return result;
|
||||
}
|
||||
|
||||
GetKpisWithSelectionResult._();
|
||||
GetCompatibleKpisResult._();
|
||||
|
||||
factory GetKpisWithSelectionResult.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory GetKpisWithSelectionResult.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
factory GetCompatibleKpisResult.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory GetCompatibleKpisResult.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetKpisWithSelectionResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetCompatibleKpisResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<KpiDefinition>(1, _omitFieldNames ? '' : 'Kpis', $pb.PbFieldType.PM, protoName: 'Kpis', subBuilder: KpiDefinition.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
GetKpisWithSelectionResult clone() => GetKpisWithSelectionResult()..mergeFromMessage(this);
|
||||
GetCompatibleKpisResult clone() => GetCompatibleKpisResult()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
GetKpisWithSelectionResult copyWith(void Function(GetKpisWithSelectionResult) updates) => super.copyWith((message) => updates(message as GetKpisWithSelectionResult)) as GetKpisWithSelectionResult;
|
||||
GetCompatibleKpisResult copyWith(void Function(GetCompatibleKpisResult) updates) => super.copyWith((message) => updates(message as GetCompatibleKpisResult)) as GetCompatibleKpisResult;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static GetKpisWithSelectionResult create() => GetKpisWithSelectionResult._();
|
||||
static GetCompatibleKpisResult create() => GetCompatibleKpisResult._();
|
||||
@$core.override
|
||||
GetKpisWithSelectionResult createEmptyInstance() => create();
|
||||
static $pb.PbList<GetKpisWithSelectionResult> createRepeated() => $pb.PbList<GetKpisWithSelectionResult>();
|
||||
GetCompatibleKpisResult createEmptyInstance() => create();
|
||||
static $pb.PbList<GetCompatibleKpisResult> createRepeated() => $pb.PbList<GetCompatibleKpisResult>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static GetKpisWithSelectionResult getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<GetKpisWithSelectionResult>(create);
|
||||
static GetKpisWithSelectionResult? _defaultInstance;
|
||||
static GetCompatibleKpisResult getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<GetCompatibleKpisResult>(create);
|
||||
static GetCompatibleKpisResult? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<KpiDefinition> get kpis => $_getList(0);
|
||||
|
||||
@@ -36,8 +36,8 @@ class KpiServiceClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$getKpis, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.GetKpisWithSelectionResult> getKpisWithSelection($0.GetKpisWithSelectionRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$getKpisWithSelection, request, options: options);
|
||||
$grpc.ResponseFuture<$0.GetCompatibleKpisResult> getCompatibleKpis($0.GetCompatibleKpisRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$getCompatibleKpis, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.GetKpiTableStructureResult> getKpiTableStructure($0.GetKpiTableStructureRequest request, {$grpc.CallOptions? options,}) {
|
||||
@@ -78,10 +78,10 @@ class KpiServiceClient extends $grpc.Client {
|
||||
'/api.KpiService/GetKpis',
|
||||
($0.GetKpisRequest value) => value.writeToBuffer(),
|
||||
$0.GetKpisResult.fromBuffer);
|
||||
static final _$getKpisWithSelection = $grpc.ClientMethod<$0.GetKpisWithSelectionRequest, $0.GetKpisWithSelectionResult>(
|
||||
'/api.KpiService/GetKpisWithSelection',
|
||||
($0.GetKpisWithSelectionRequest value) => value.writeToBuffer(),
|
||||
$0.GetKpisWithSelectionResult.fromBuffer);
|
||||
static final _$getCompatibleKpis = $grpc.ClientMethod<$0.GetCompatibleKpisRequest, $0.GetCompatibleKpisResult>(
|
||||
'/api.KpiService/GetCompatibleKpis',
|
||||
($0.GetCompatibleKpisRequest value) => value.writeToBuffer(),
|
||||
$0.GetCompatibleKpisResult.fromBuffer);
|
||||
static final _$getKpiTableStructure = $grpc.ClientMethod<$0.GetKpiTableStructureRequest, $0.GetKpiTableStructureResult>(
|
||||
'/api.KpiService/GetKpiTableStructure',
|
||||
($0.GetKpiTableStructureRequest value) => value.writeToBuffer(),
|
||||
@@ -128,13 +128,13 @@ abstract class KpiServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.GetKpisRequest.fromBuffer(value),
|
||||
($0.GetKpisResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.GetKpisWithSelectionRequest, $0.GetKpisWithSelectionResult>(
|
||||
'GetKpisWithSelection',
|
||||
getKpisWithSelection_Pre,
|
||||
$addMethod($grpc.ServiceMethod<$0.GetCompatibleKpisRequest, $0.GetCompatibleKpisResult>(
|
||||
'GetCompatibleKpis',
|
||||
getCompatibleKpis_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.GetKpisWithSelectionRequest.fromBuffer(value),
|
||||
($0.GetKpisWithSelectionResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $0.GetCompatibleKpisRequest.fromBuffer(value),
|
||||
($0.GetCompatibleKpisResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.GetKpiTableStructureRequest, $0.GetKpiTableStructureResult>(
|
||||
'GetKpiTableStructure',
|
||||
getKpiTableStructure_Pre,
|
||||
@@ -199,11 +199,11 @@ abstract class KpiServiceBase extends $grpc.Service {
|
||||
|
||||
$async.Future<$0.GetKpisResult> getKpis($grpc.ServiceCall call, $0.GetKpisRequest request);
|
||||
|
||||
$async.Future<$0.GetKpisWithSelectionResult> getKpisWithSelection_Pre($grpc.ServiceCall $call, $async.Future<$0.GetKpisWithSelectionRequest> $request) async {
|
||||
return getKpisWithSelection($call, await $request);
|
||||
$async.Future<$0.GetCompatibleKpisResult> getCompatibleKpis_Pre($grpc.ServiceCall $call, $async.Future<$0.GetCompatibleKpisRequest> $request) async {
|
||||
return getCompatibleKpis($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.GetKpisWithSelectionResult> getKpisWithSelection($grpc.ServiceCall call, $0.GetKpisWithSelectionRequest request);
|
||||
$async.Future<$0.GetCompatibleKpisResult> getCompatibleKpis($grpc.ServiceCall call, $0.GetCompatibleKpisRequest request);
|
||||
|
||||
$async.Future<$0.GetKpiTableStructureResult> getKpiTableStructure_Pre($grpc.ServiceCall $call, $async.Future<$0.GetKpiTableStructureRequest> $request) async {
|
||||
return getKpiTableStructure($call, await $request);
|
||||
|
||||
@@ -68,26 +68,17 @@ const KpiDefinition$json = {
|
||||
'1': 'KpiDefinition',
|
||||
'2': [
|
||||
{'1': 'Name', '3': 1, '4': 1, '5': 9, '10': 'Name'},
|
||||
{'1': 'Level', '3': 2, '4': 1, '5': 9, '10': 'Level'},
|
||||
{'1': 'DataType', '3': 4, '4': 1, '5': 9, '10': 'DataType'},
|
||||
{'1': 'ContentType', '3': 5, '4': 1, '5': 9, '10': 'ContentType'},
|
||||
{'1': 'EnumValues', '3': 6, '4': 1, '5': 9, '10': 'EnumValues'},
|
||||
{'1': 'FullName', '3': 8, '4': 1, '5': 9, '10': 'FullName'},
|
||||
{'1': 'IsComputed', '3': 9, '4': 1, '5': 8, '10': 'IsComputed'},
|
||||
{'1': 'GroupToJoin', '3': 11, '4': 1, '5': 9, '10': 'GroupToJoin'},
|
||||
{'1': 'ColumnType', '3': 12, '4': 1, '5': 9, '10': 'ColumnType'},
|
||||
{'1': 'IsQueryable', '3': 13, '4': 1, '5': 8, '10': 'IsQueryable'},
|
||||
{'1': 'DataType', '3': 2, '4': 1, '5': 9, '10': 'DataType'},
|
||||
{'1': 'ContentType', '3': 3, '4': 1, '5': 9, '10': 'ContentType'},
|
||||
{'1': 'EnumValues', '3': 4, '4': 3, '5': 9, '10': 'EnumValues'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `KpiDefinition`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List kpiDefinitionDescriptor = $convert.base64Decode(
|
||||
'Cg1LcGlEZWZpbml0aW9uEhIKBE5hbWUYASABKAlSBE5hbWUSFAoFTGV2ZWwYAiABKAlSBUxldm'
|
||||
'VsEhoKCERhdGFUeXBlGAQgASgJUghEYXRhVHlwZRIgCgtDb250ZW50VHlwZRgFIAEoCVILQ29u'
|
||||
'dGVudFR5cGUSHgoKRW51bVZhbHVlcxgGIAEoCVIKRW51bVZhbHVlcxIaCghGdWxsTmFtZRgIIA'
|
||||
'EoCVIIRnVsbE5hbWUSHgoKSXNDb21wdXRlZBgJIAEoCFIKSXNDb21wdXRlZBIgCgtHcm91cFRv'
|
||||
'Sm9pbhgLIAEoCVILR3JvdXBUb0pvaW4SHgoKQ29sdW1uVHlwZRgMIAEoCVIKQ29sdW1uVHlwZR'
|
||||
'IgCgtJc1F1ZXJ5YWJsZRgNIAEoCFILSXNRdWVyeWFibGU=');
|
||||
'Cg1LcGlEZWZpbml0aW9uEhIKBE5hbWUYASABKAlSBE5hbWUSGgoIRGF0YVR5cGUYAiABKAlSCE'
|
||||
'RhdGFUeXBlEiAKC0NvbnRlbnRUeXBlGAMgASgJUgtDb250ZW50VHlwZRIeCgpFbnVtVmFsdWVz'
|
||||
'GAQgAygJUgpFbnVtVmFsdWVz');
|
||||
|
||||
@$core.Deprecated('Use kpiExpressionDescriptor instead')
|
||||
const KpiExpression$json = {
|
||||
@@ -146,50 +137,40 @@ const GetKpisResult$json = {
|
||||
final $typed_data.Uint8List getKpisResultDescriptor = $convert.base64Decode(
|
||||
'Cg1HZXRLcGlzUmVzdWx0EhwKBEtwaXMYASADKAsyCC5hcGkuS3BpUgRLcGlz');
|
||||
|
||||
@$core.Deprecated('Use getKpisWithSelectionRequestDescriptor instead')
|
||||
const GetKpisWithSelectionRequest$json = {
|
||||
'1': 'GetKpisWithSelectionRequest',
|
||||
@$core.Deprecated('Use getCompatibleKpisRequestDescriptor instead')
|
||||
const GetCompatibleKpisRequest$json = {
|
||||
'1': 'GetCompatibleKpisRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'Domain', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Domain'},
|
||||
{'1': 'Group', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Group'},
|
||||
{'1': 'isMetric', '3': 4, '4': 1, '5': 8, '10': 'isMetric'},
|
||||
{'1': 'isDimension', '3': 5, '4': 1, '5': 8, '10': 'isDimension'},
|
||||
{'1': 'isDate', '3': 6, '4': 1, '5': 8, '10': 'isDate'},
|
||||
{'1': 'isCount', '3': 7, '4': 1, '5': 8, '10': 'isCount'},
|
||||
{'1': 'OnlyQueryable', '3': 8, '4': 1, '5': 8, '10': 'OnlyQueryable'},
|
||||
{'1': 'SelectedKpis', '3': 9, '4': 3, '5': 9, '8': {}, '10': 'SelectedKpis'},
|
||||
{'1': 'SelectedKpis', '3': 4, '4': 3, '5': 9, '8': {}, '10': 'SelectedKpis'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `GetKpisWithSelectionRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List getKpisWithSelectionRequestDescriptor = $convert.base64Decode(
|
||||
'ChtHZXRLcGlzV2l0aFNlbGVjdGlvblJlcXVlc3QSPAoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcX'
|
||||
'Vlc3RQcm9qZWN0SGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchI3CgZEb21haW4YAiABKAlCH5JB'
|
||||
'BzoFdHJhZGW6gQERcg9SBXRyYWRlUgZjb2xsYWJSBkRvbWFpbhLbAQoFR3JvdXAYAyABKAlCxA'
|
||||
'GSQVwySVdpZGdldCBhbmFseXNpcyBjcml0ZXJpb24sIGV4ZWN1dGlvbmZsb3csIHN0b2NrLCBt'
|
||||
'b3ZlbWVudCBvciBoYW5kbGluZ3VuaXRKDyJleGVjdXRpb25mbG93IrqBAWFyX1INZXhlY3V0aW'
|
||||
'9uZmxvd1IFc3RvY2tSCG1vdmVtZW50UgxoYW5kbGluZ3VuaXRSBWFjdG9yUgRpdGVtUg5zdG9j'
|
||||
'a19leHRlbmRlZFIFY2xhaW1SC2FwcG9pbnRtZW50UgVHcm91cBIaCghpc01ldHJpYxgEIAEoCF'
|
||||
'IIaXNNZXRyaWMSIAoLaXNEaW1lbnNpb24YBSABKAhSC2lzRGltZW5zaW9uEhYKBmlzRGF0ZRgG'
|
||||
'IAEoCFIGaXNEYXRlEhgKB2lzQ291bnQYByABKAhSB2lzQ291bnQSJAoNT25seVF1ZXJ5YWJsZR'
|
||||
'gIIAEoCFINT25seVF1ZXJ5YWJsZRJLCgxTZWxlY3RlZEtwaXMYCSADKAlCJ5JBJDIiTGlzdCBv'
|
||||
'ZiBhbHJlYWR5IHNlbGVjdGVkIEtQSSBuYW1lc1IMU2VsZWN0ZWRLcGlzOg6SQQsKCdIBBkhlYW'
|
||||
'Rlcg==');
|
||||
/// Descriptor for `GetCompatibleKpisRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List getCompatibleKpisRequestDescriptor = $convert.base64Decode(
|
||||
'ChhHZXRDb21wYXRpYmxlS3Bpc1JlcXVlc3QSPAoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcXVlc3'
|
||||
'RQcm9qZWN0SGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchLbAQoFR3JvdXAYAyABKAlCxAGSQVwy'
|
||||
'SVdpZGdldCBhbmFseXNpcyBjcml0ZXJpb24sIGV4ZWN1dGlvbmZsb3csIHN0b2NrLCBtb3ZlbW'
|
||||
'VudCBvciBoYW5kbGluZ3VuaXRKDyJleGVjdXRpb25mbG93IrqBAWFyX1INZXhlY3V0aW9uZmxv'
|
||||
'd1IFc3RvY2tSCG1vdmVtZW50UgxoYW5kbGluZ3VuaXRSBWFjdG9yUgRpdGVtUg5zdG9ja19leH'
|
||||
'RlbmRlZFIFY2xhaW1SC2FwcG9pbnRtZW50UgVHcm91cBJLCgxTZWxlY3RlZEtwaXMYBCADKAlC'
|
||||
'J5JBJDIiTGlzdCBvZiBhbHJlYWR5IHNlbGVjdGVkIEtQSSBuYW1lc1IMU2VsZWN0ZWRLcGlzOg'
|
||||
'6SQQsKCdIBBkhlYWRlcg==');
|
||||
|
||||
@$core.Deprecated('Use getKpisWithSelectionResultDescriptor instead')
|
||||
const GetKpisWithSelectionResult$json = {
|
||||
'1': 'GetKpisWithSelectionResult',
|
||||
@$core.Deprecated('Use getCompatibleKpisResultDescriptor instead')
|
||||
const GetCompatibleKpisResult$json = {
|
||||
'1': 'GetCompatibleKpisResult',
|
||||
'2': [
|
||||
{'1': 'Kpis', '3': 1, '4': 3, '5': 11, '6': '.api.KpiDefinition', '10': 'Kpis'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `GetKpisWithSelectionResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List getKpisWithSelectionResultDescriptor = $convert.base64Decode(
|
||||
'ChpHZXRLcGlzV2l0aFNlbGVjdGlvblJlc3VsdBImCgRLcGlzGAEgAygLMhIuYXBpLktwaURlZm'
|
||||
'luaXRpb25SBEtwaXM=');
|
||||
/// Descriptor for `GetCompatibleKpisResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List getCompatibleKpisResultDescriptor = $convert.base64Decode(
|
||||
'ChdHZXRDb21wYXRpYmxlS3Bpc1Jlc3VsdBImCgRLcGlzGAEgAygLMhIuYXBpLktwaURlZmluaX'
|
||||
'Rpb25SBEtwaXM=');
|
||||
|
||||
@$core.Deprecated('Use getKpiTableStructureRequestDescriptor instead')
|
||||
const GetKpiTableStructureRequest$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.15.0-SNAPSHOT-260902133635
|
||||
version: 1.15.0-SNAPSHOT-260903100910
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user