Latest generation

This commit is contained in:
ci core model
2025-05-20 08:54:50 +00:00
parent 2fe38abe9f
commit 343f0eab15
227 changed files with 5613 additions and 15573 deletions

View File

@@ -46,15 +46,9 @@ class DataFilters extends $pb.GeneratedMessage {
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
DataFilters clone() => DataFilters()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
DataFilters copyWith(void Function(DataFilters) updates) => super.copyWith((message) => updates(message as DataFilters)) as DataFilters;
$pb.BuilderInfo get info_ => _i;
@@ -120,15 +114,9 @@ class GetDataModelRequest extends $pb.GeneratedMessage {
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
GetDataModelRequest clone() => GetDataModelRequest()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
GetDataModelRequest copyWith(void Function(GetDataModelRequest) updates) => super.copyWith((message) => updates(message as GetDataModelRequest)) as GetDataModelRequest;
$pb.BuilderInfo get info_ => _i;
@@ -183,15 +171,9 @@ class GetDataModelResult extends $pb.GeneratedMessage {
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
GetDataModelResult clone() => GetDataModelResult()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
GetDataModelResult copyWith(void Function(GetDataModelResult) updates) => super.copyWith((message) => updates(message as GetDataModelResult)) as GetDataModelResult;
$pb.BuilderInfo get info_ => _i;
@@ -237,15 +219,9 @@ class GetEntityModelRequest extends $pb.GeneratedMessage {
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
GetEntityModelRequest clone() => GetEntityModelRequest()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
GetEntityModelRequest copyWith(void Function(GetEntityModelRequest) updates) => super.copyWith((message) => updates(message as GetEntityModelRequest)) as GetEntityModelRequest;
$pb.BuilderInfo get info_ => _i;
@@ -307,15 +283,9 @@ class GetEntityModelResult extends $pb.GeneratedMessage {
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
GetEntityModelResult clone() => GetEntityModelResult()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
GetEntityModelResult copyWith(void Function(GetEntityModelResult) updates) => super.copyWith((message) => updates(message as GetEntityModelResult)) as GetEntityModelResult;
$pb.BuilderInfo get info_ => _i;
@@ -357,15 +327,9 @@ class GetEntitiesRequest extends $pb.GeneratedMessage {
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
GetEntitiesRequest clone() => GetEntitiesRequest()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
GetEntitiesRequest copyWith(void Function(GetEntitiesRequest) updates) => super.copyWith((message) => updates(message as GetEntitiesRequest)) as GetEntitiesRequest;
$pb.BuilderInfo get info_ => _i;
@@ -407,15 +371,9 @@ class GetEntitiesResult extends $pb.GeneratedMessage {
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
GetEntitiesResult clone() => GetEntitiesResult()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
GetEntitiesResult copyWith(void Function(GetEntitiesResult) updates) => super.copyWith((message) => updates(message as GetEntitiesResult)) as GetEntitiesResult;
$pb.BuilderInfo get info_ => _i;