Latest generation

This commit is contained in:
ci core model
2025-03-19 08:45:21 +00:00
parent c74be7bd44
commit 8ab2c33a9f
145 changed files with 12084 additions and 10638 deletions

View File

@@ -13,7 +13,7 @@ import 'dart:core' as $core;
import 'package:protobuf/protobuf.dart' as $pb;
import '../protobuf/any.pb.dart' as $89;
import '../protobuf/any.pb.dart' as $90;
/// The `Status` type defines a logical error model that is suitable for different
/// programming environments, including REST APIs and RPC APIs. It is used by
@@ -71,7 +71,7 @@ class Status extends $pb.GeneratedMessage {
factory Status({
$core.int? code,
$core.String? message,
$core.Iterable<$89.Any>? details,
$core.Iterable<$90.Any>? details,
}) {
final $result = create();
if (code != null) {
@@ -92,7 +92,7 @@ class Status extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Status', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.rpc'), createEmptyInstance: create)
..a<$core.int>(1, _omitFieldNames ? '' : 'code', $pb.PbFieldType.O3)
..aOS(2, _omitFieldNames ? '' : 'message')
..pc<$89.Any>(3, _omitFieldNames ? '' : 'details', $pb.PbFieldType.PM, subBuilder: $89.Any.create)
..pc<$90.Any>(3, _omitFieldNames ? '' : 'details', $pb.PbFieldType.PM, subBuilder: $90.Any.create)
..hasRequiredFields = false
;
@@ -142,7 +142,7 @@ class Status extends $pb.GeneratedMessage {
/// A list of messages that carry the error details. There is a common set of
/// message types for APIs to use.
@$pb.TagNumber(3)
$core.List<$89.Any> get details => $_getList(2);
$core.List<$90.Any> get details => $_getList(2);
}