Latest generation

This commit is contained in:
ci core model
2026-02-24 10:24:15 +00:00
parent c025a72300
commit 74d2178353
6 changed files with 11 additions and 12 deletions

View File

@@ -2193,12 +2193,10 @@ class BookAppointmentResponse extends $pb.GeneratedMessage {
factory BookAppointmentResponse({
$core.String? appointmentID,
$3.ResponseHeader? header,
$core.Iterable<$core.String>? attendees,
}) {
final result = create();
if (appointmentID != null) result.appointmentID = appointmentID;
if (header != null) result.header = header;
if (attendees != null) result.attendees.addAll(attendees);
return result;
}
@@ -2210,7 +2208,6 @@ class BookAppointmentResponse extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'BookAppointmentResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOS(1, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
..aOM<$3.ResponseHeader>(2, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResponseHeader.create)
..pPS(27, _omitFieldNames ? '' : 'Attendees', protoName: 'Attendees')
..hasRequiredFields = false
;
@@ -2250,9 +2247,6 @@ class BookAppointmentResponse extends $pb.GeneratedMessage {
void clearHeader() => $_clearField(2);
@$pb.TagNumber(2)
$3.ResponseHeader ensureHeader() => $_ensure(1);
@$pb.TagNumber(27)
$pb.PbList<$core.String> get attendees => $_getList(2);
}
/// CancelAppointment