Latest generation

This commit is contained in:
ci viz model
2025-05-06 11:17:05 +00:00
parent 6262198709
commit 780e5af156
20 changed files with 518 additions and 518 deletions

View File

@@ -13,12 +13,12 @@ import 'dart:core' as $core;
import 'package:protobuf/protobuf.dart' as $pb;
import 'http.pb.dart' as $21;
import 'http.pb.dart' as $17;
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
class Annotations {
static final http = $pb.Extension<$21.HttpRule>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'http', 72295728, $pb.PbFieldType.OM, defaultOrMaker: $21.HttpRule.getDefault, subBuilder: $21.HttpRule.create);
static final http = $pb.Extension<$17.HttpRule>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'http', 72295728, $pb.PbFieldType.OM, defaultOrMaker: $17.HttpRule.getDefault, subBuilder: $17.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 $17;
import '../protobuf/any.pb.dart' as $18;
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<$17.Any>? extensions,
$core.Iterable<$18.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<$17.Any>(3, _omitFieldNames ? '' : 'extensions', $pb.PbFieldType.PM, subBuilder: $17.Any.create)
..pc<$18.Any>(3, _omitFieldNames ? '' : 'extensions', $pb.PbFieldType.PM, subBuilder: $18.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<$17.Any> get extensions => $_getList(2);
$pb.PbList<$18.Any> get extensions => $_getList(2);
}