Latest generation

This commit is contained in:
ci core model
2026-04-13 08:52:27 +00:00
parent 57ee0854fb
commit a59b459ffc
4 changed files with 10 additions and 24 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.13.0-SNAPSHOT-260413083350
Lib version: 1.13.0-SNAPSHOT-260413085135

View File

@@ -649,12 +649,10 @@ class UpdateKpiTableStructureResult extends $pb.GeneratedMessage {
class DropKpiTableStructureRequest extends $pb.GeneratedMessage {
factory DropKpiTableStructureRequest({
$core.String? rscID,
$core.String? domain,
$1.EntityType? entity,
}) {
final result = create();
if (rscID != null) result.rscID = rscID;
if (domain != null) result.domain = domain;
if (entity != null) result.entity = entity;
return result;
}
@@ -666,8 +664,7 @@ class DropKpiTableStructureRequest extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'DropKpiTableStructureRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOS(1, _omitFieldNames ? '' : 'RscID', protoName: 'RscID')
..aOS(2, _omitFieldNames ? '' : 'Domain', protoName: 'Domain')
..e<$1.EntityType>(3, _omitFieldNames ? '' : 'Entity', $pb.PbFieldType.OE, protoName: 'Entity', defaultOrMaker: $1.EntityType.ENTITY_TYPE_UNKNOWN, valueOf: $1.EntityType.valueOf, enumValues: $1.EntityType.values)
..e<$1.EntityType>(2, _omitFieldNames ? '' : 'Entity', $pb.PbFieldType.OE, protoName: 'Entity', defaultOrMaker: $1.EntityType.ENTITY_TYPE_UNKNOWN, valueOf: $1.EntityType.valueOf, enumValues: $1.EntityType.values)
..hasRequiredFields = false
;
@@ -698,22 +695,13 @@ class DropKpiTableStructureRequest extends $pb.GeneratedMessage {
void clearRscID() => $_clearField(1);
@$pb.TagNumber(2)
$core.String get domain => $_getSZ(1);
$1.EntityType get entity => $_getN(1);
@$pb.TagNumber(2)
set domain($core.String value) => $_setString(1, value);
set entity($1.EntityType value) => $_setField(2, value);
@$pb.TagNumber(2)
$core.bool hasDomain() => $_has(1);
$core.bool hasEntity() => $_has(1);
@$pb.TagNumber(2)
void clearDomain() => $_clearField(2);
@$pb.TagNumber(3)
$1.EntityType get entity => $_getN(2);
@$pb.TagNumber(3)
set entity($1.EntityType value) => $_setField(3, value);
@$pb.TagNumber(3)
$core.bool hasEntity() => $_has(2);
@$pb.TagNumber(3)
void clearEntity() => $_clearField(3);
void clearEntity() => $_clearField(2);
}
class DropKpiTableStructureResult extends $pb.GeneratedMessage {

View File

@@ -179,8 +179,7 @@ const DropKpiTableStructureRequest$json = {
'1': 'DropKpiTableStructureRequest',
'2': [
{'1': 'RscID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'RscID'},
{'1': 'Domain', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Domain'},
{'1': 'Entity', '3': 3, '4': 1, '5': 14, '6': '.api.EntityType', '8': {}, '10': 'Entity'},
{'1': 'Entity', '3': 2, '4': 1, '5': 14, '6': '.api.EntityType', '8': {}, '10': 'Entity'},
],
'7': {},
};
@@ -188,9 +187,8 @@ const DropKpiTableStructureRequest$json = {
/// Descriptor for `DropKpiTableStructureRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List dropKpiTableStructureRequestDescriptor = $convert.base64Decode(
'ChxEcm9wS3BpVGFibGVTdHJ1Y3R1cmVSZXF1ZXN0Eh0KBVJzY0lEGAEgASgJQgf6QgRyAhABUg'
'VSc2NJRBI8CgZEb21haW4YAiABKAlCJJJBBzoFdHJhZGX6QhdyFVIFdHJhZGVSBmNvbGxhYlIE'
'Y29yZVIGRG9tYWluEjEKBkVudGl0eRgDIAEoDjIPLmFwaS5FbnRpdHlUeXBlQgj6QgWCAQIQAV'
'IGRW50aXR5OiCSQR0KG9IBBVJzY0lE0gEHUnNjVHlwZdIBBkRvbWFpbg==');
'VSc2NJRBIxCgZFbnRpdHkYAiABKA4yDy5hcGkuRW50aXR5VHlwZUII+kIFggECEAFSBkVudGl0'
'eTogkkEdChvSAQVSc2NJRNIBB1JzY1R5cGXSAQZEb21haW4=');
@$core.Deprecated('Use dropKpiTableStructureResultDescriptor instead')
const DropKpiTableStructureResult$json = {

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.13.0-SNAPSHOT-260413083350
version: 1.13.0-SNAPSHOT-260413085135
homepage: ''
publish_to: ''
repository: ''