Release 1.10.6

This commit is contained in:
ci core model
2025-05-19 13:38:48 +00:00
parent 2fe38abe9f
commit 1c1f8cc138
167 changed files with 5858 additions and 19865 deletions

View File

@@ -13,12 +13,12 @@ import 'dart:core' as $core;
import 'package:protobuf/protobuf.dart' as $pb;
import 'http.pb.dart' as $85;
import 'http.pb.dart' as $79;
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
class Annotations {
static final http = $pb.Extension<$85.HttpRule>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'http', 72295728, $pb.PbFieldType.OM, defaultOrMaker: $85.HttpRule.getDefault, subBuilder: $85.HttpRule.create);
static final http = $pb.Extension<$79.HttpRule>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'http', 72295728, $pb.PbFieldType.OM, defaultOrMaker: $79.HttpRule.getDefault, subBuilder: $79.HttpRule.create);
static void registerAllExtensions($pb.ExtensionRegistry registry) {
registry.add(http);
}

View File

@@ -13,7 +13,7 @@ import 'dart:core' as $core;
import 'package:protobuf/protobuf.dart' as $pb;
import '../protobuf/any.pb.dart' as $86;
import '../protobuf/any.pb.dart' as $80;
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
@@ -60,7 +60,7 @@ class HttpBody extends $pb.GeneratedMessage {
factory HttpBody({
$core.String? contentType,
$core.List<$core.int>? data,
$core.Iterable<$86.Any>? extensions,
$core.Iterable<$80.Any>? extensions,
}) {
final $result = create();
if (contentType != null) {
@@ -81,7 +81,7 @@ class HttpBody extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HttpBody', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.api'), createEmptyInstance: create)
..aOS(1, _omitFieldNames ? '' : 'contentType')
..a<$core.List<$core.int>>(2, _omitFieldNames ? '' : 'data', $pb.PbFieldType.OY)
..pc<$86.Any>(3, _omitFieldNames ? '' : 'extensions', $pb.PbFieldType.PM, subBuilder: $86.Any.create)
..pc<$80.Any>(3, _omitFieldNames ? '' : 'extensions', $pb.PbFieldType.PM, subBuilder: $80.Any.create)
..hasRequiredFields = false
;
@@ -129,7 +129,7 @@ class HttpBody extends $pb.GeneratedMessage {
/// Application specific response metadata. Must be set in the first response
/// for streaming APIs.
@$pb.TagNumber(3)
$pb.PbList<$86.Any> get extensions => $_getList(2);
$pb.PbList<$80.Any> get extensions => $_getList(2);
}