Latest generation

This commit is contained in:
ci core model
2025-05-22 14:36:55 +00:00
parent c55742f8da
commit b7b0d09428
8 changed files with 100 additions and 100 deletions

View File

@@ -1145,6 +1145,68 @@ class CarrierInformation extends $pb.GeneratedMessage {
void clearFormatCheck() => $_clearField(5);
}
class CarrierInformationWithValue extends $pb.GeneratedMessage {
factory CarrierInformationWithValue({
CarrierInformation? carrierInformation,
$3.ValueType? value,
}) {
final $result = create();
if (carrierInformation != null) {
$result.carrierInformation = carrierInformation;
}
if (value != null) {
$result.value = value;
}
return $result;
}
CarrierInformationWithValue._() : super();
factory CarrierInformationWithValue.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory CarrierInformationWithValue.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CarrierInformationWithValue', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<CarrierInformation>(1, _omitFieldNames ? '' : 'CarrierInformation', protoName: 'CarrierInformation', subBuilder: CarrierInformation.create)
..aOM<$3.ValueType>(2, _omitFieldNames ? '' : 'Value', protoName: 'Value', subBuilder: $3.ValueType.create)
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
CarrierInformationWithValue clone() => CarrierInformationWithValue()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
CarrierInformationWithValue copyWith(void Function(CarrierInformationWithValue) updates) => super.copyWith((message) => updates(message as CarrierInformationWithValue)) as CarrierInformationWithValue;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static CarrierInformationWithValue create() => CarrierInformationWithValue._();
CarrierInformationWithValue createEmptyInstance() => create();
static $pb.PbList<CarrierInformationWithValue> createRepeated() => $pb.PbList<CarrierInformationWithValue>();
@$core.pragma('dart2js:noInline')
static CarrierInformationWithValue getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<CarrierInformationWithValue>(create);
static CarrierInformationWithValue? _defaultInstance;
@$pb.TagNumber(1)
CarrierInformation get carrierInformation => $_getN(0);
@$pb.TagNumber(1)
set carrierInformation(CarrierInformation v) { $_setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasCarrierInformation() => $_has(0);
@$pb.TagNumber(1)
void clearCarrierInformation() => $_clearField(1);
@$pb.TagNumber(1)
CarrierInformation ensureCarrierInformation() => $_ensure(0);
@$pb.TagNumber(2)
$3.ValueType get value => $_getN(1);
@$pb.TagNumber(2)
set value($3.ValueType v) { $_setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasValue() => $_has(1);
@$pb.TagNumber(2)
void clearValue() => $_clearField(2);
@$pb.TagNumber(2)
$3.ValueType ensureValue() => $_ensure(1);
}
/// Document
/// We anticipate that they want to put several but if they only have one with all the language, it should still work
class Document extends $pb.GeneratedMessage {