Latest generation

This commit is contained in:
ci core model
2025-04-22 09:11:37 +00:00
parent 79cc513255
commit e4fb016304
154 changed files with 12618 additions and 12618 deletions

View File

@@ -13,7 +13,7 @@ import 'dart:core' as $core;
import 'package:protobuf/protobuf.dart' as $pb;
import '../descriptor.pb.dart' as $92;
import '../descriptor.pb.dart' as $93;
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
@@ -118,7 +118,7 @@ class CodeGeneratorRequest extends $pb.GeneratedMessage {
$core.Iterable<$core.String>? fileToGenerate,
$core.String? parameter,
Version? compilerVersion,
$core.Iterable<$92.FileDescriptorProto>? protoFile,
$core.Iterable<$93.FileDescriptorProto>? protoFile,
}) {
final $result = create();
if (fileToGenerate != null) {
@@ -143,7 +143,7 @@ class CodeGeneratorRequest extends $pb.GeneratedMessage {
..pPS(1, _omitFieldNames ? '' : 'fileToGenerate')
..aOS(2, _omitFieldNames ? '' : 'parameter')
..aOM<Version>(3, _omitFieldNames ? '' : 'compilerVersion', subBuilder: Version.create)
..pc<$92.FileDescriptorProto>(15, _omitFieldNames ? '' : 'protoFile', $pb.PbFieldType.PM, subBuilder: $92.FileDescriptorProto.create)
..pc<$93.FileDescriptorProto>(15, _omitFieldNames ? '' : 'protoFile', $pb.PbFieldType.PM, subBuilder: $93.FileDescriptorProto.create)
;
@$core.Deprecated(
@@ -210,7 +210,7 @@ class CodeGeneratorRequest extends $pb.GeneratedMessage {
/// Type names of fields and extensions in the FileDescriptorProto are always
/// fully qualified.
@$pb.TagNumber(15)
$pb.PbList<$92.FileDescriptorProto> get protoFile => $_getList(3);
$pb.PbList<$93.FileDescriptorProto> get protoFile => $_getList(3);
}
/// Represents a single generated file.