|
|
|
|
@@ -608,8 +608,8 @@ class AppointmentCanceledResponse extends $pb.GeneratedMessage {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// Event Payload
|
|
|
|
|
class AppointmentDateModificationPayload extends $pb.GeneratedMessage {
|
|
|
|
|
factory AppointmentDateModificationPayload({
|
|
|
|
|
class AppointmentDateUpdatedPayload extends $pb.GeneratedMessage {
|
|
|
|
|
factory AppointmentDateUpdatedPayload({
|
|
|
|
|
$1.Slot? slot,
|
|
|
|
|
}) {
|
|
|
|
|
final result = create();
|
|
|
|
|
@@ -617,32 +617,32 @@ class AppointmentDateModificationPayload extends $pb.GeneratedMessage {
|
|
|
|
|
return result;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
AppointmentDateModificationPayload._();
|
|
|
|
|
AppointmentDateUpdatedPayload._();
|
|
|
|
|
|
|
|
|
|
factory AppointmentDateModificationPayload.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
|
|
|
|
factory AppointmentDateModificationPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
|
|
|
|
factory AppointmentDateUpdatedPayload.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
|
|
|
|
factory AppointmentDateUpdatedPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
|
|
|
|
|
|
|
|
|
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentDateModificationPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
|
|
|
|
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentDateUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
|
|
|
|
..aOM<$1.Slot>(6, _omitFieldNames ? '' : 'Slot', protoName: 'Slot', subBuilder: $1.Slot.create)
|
|
|
|
|
..hasRequiredFields = false
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
|
|
|
|
AppointmentDateModificationPayload clone() => AppointmentDateModificationPayload()..mergeFromMessage(this);
|
|
|
|
|
AppointmentDateUpdatedPayload clone() => AppointmentDateUpdatedPayload()..mergeFromMessage(this);
|
|
|
|
|
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
|
|
|
|
AppointmentDateModificationPayload copyWith(void Function(AppointmentDateModificationPayload) updates) => super.copyWith((message) => updates(message as AppointmentDateModificationPayload)) as AppointmentDateModificationPayload;
|
|
|
|
|
AppointmentDateUpdatedPayload copyWith(void Function(AppointmentDateUpdatedPayload) updates) => super.copyWith((message) => updates(message as AppointmentDateUpdatedPayload)) as AppointmentDateUpdatedPayload;
|
|
|
|
|
|
|
|
|
|
@$core.override
|
|
|
|
|
$pb.BuilderInfo get info_ => _i;
|
|
|
|
|
|
|
|
|
|
@$core.pragma('dart2js:noInline')
|
|
|
|
|
static AppointmentDateModificationPayload create() => AppointmentDateModificationPayload._();
|
|
|
|
|
static AppointmentDateUpdatedPayload create() => AppointmentDateUpdatedPayload._();
|
|
|
|
|
@$core.override
|
|
|
|
|
AppointmentDateModificationPayload createEmptyInstance() => create();
|
|
|
|
|
static $pb.PbList<AppointmentDateModificationPayload> createRepeated() => $pb.PbList<AppointmentDateModificationPayload>();
|
|
|
|
|
AppointmentDateUpdatedPayload createEmptyInstance() => create();
|
|
|
|
|
static $pb.PbList<AppointmentDateUpdatedPayload> createRepeated() => $pb.PbList<AppointmentDateUpdatedPayload>();
|
|
|
|
|
@$core.pragma('dart2js:noInline')
|
|
|
|
|
static AppointmentDateModificationPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentDateModificationPayload>(create);
|
|
|
|
|
static AppointmentDateModificationPayload? _defaultInstance;
|
|
|
|
|
static AppointmentDateUpdatedPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentDateUpdatedPayload>(create);
|
|
|
|
|
static AppointmentDateUpdatedPayload? _defaultInstance;
|
|
|
|
|
|
|
|
|
|
@$pb.TagNumber(6)
|
|
|
|
|
$1.Slot get slot => $_getN(0);
|
|
|
|
|
@@ -657,11 +657,11 @@ class AppointmentDateModificationPayload extends $pb.GeneratedMessage {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// Event message
|
|
|
|
|
class AppointmentDateModificationEvent extends $pb.GeneratedMessage {
|
|
|
|
|
factory AppointmentDateModificationEvent({
|
|
|
|
|
class AppointmentDateUpdatedEvent extends $pb.GeneratedMessage {
|
|
|
|
|
factory AppointmentDateUpdatedEvent({
|
|
|
|
|
$2.EventHeader? header,
|
|
|
|
|
$2.EntityID? iD,
|
|
|
|
|
AppointmentDateModificationPayload? payload,
|
|
|
|
|
AppointmentDateUpdatedPayload? payload,
|
|
|
|
|
}) {
|
|
|
|
|
final result = create();
|
|
|
|
|
if (header != null) result.header = header;
|
|
|
|
|
@@ -670,34 +670,34 @@ class AppointmentDateModificationEvent extends $pb.GeneratedMessage {
|
|
|
|
|
return result;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
AppointmentDateModificationEvent._();
|
|
|
|
|
AppointmentDateUpdatedEvent._();
|
|
|
|
|
|
|
|
|
|
factory AppointmentDateModificationEvent.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
|
|
|
|
factory AppointmentDateModificationEvent.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
|
|
|
|
factory AppointmentDateUpdatedEvent.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
|
|
|
|
factory AppointmentDateUpdatedEvent.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
|
|
|
|
|
|
|
|
|
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentDateModificationEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
|
|
|
|
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentDateUpdatedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
|
|
|
|
..aOM<$2.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $2.EventHeader.create)
|
|
|
|
|
..aOM<$2.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $2.EntityID.create)
|
|
|
|
|
..aOM<AppointmentDateModificationPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentDateModificationPayload.create)
|
|
|
|
|
..aOM<AppointmentDateUpdatedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentDateUpdatedPayload.create)
|
|
|
|
|
..hasRequiredFields = false
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
|
|
|
|
AppointmentDateModificationEvent clone() => AppointmentDateModificationEvent()..mergeFromMessage(this);
|
|
|
|
|
AppointmentDateUpdatedEvent clone() => AppointmentDateUpdatedEvent()..mergeFromMessage(this);
|
|
|
|
|
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
|
|
|
|
AppointmentDateModificationEvent copyWith(void Function(AppointmentDateModificationEvent) updates) => super.copyWith((message) => updates(message as AppointmentDateModificationEvent)) as AppointmentDateModificationEvent;
|
|
|
|
|
AppointmentDateUpdatedEvent copyWith(void Function(AppointmentDateUpdatedEvent) updates) => super.copyWith((message) => updates(message as AppointmentDateUpdatedEvent)) as AppointmentDateUpdatedEvent;
|
|
|
|
|
|
|
|
|
|
@$core.override
|
|
|
|
|
$pb.BuilderInfo get info_ => _i;
|
|
|
|
|
|
|
|
|
|
@$core.pragma('dart2js:noInline')
|
|
|
|
|
static AppointmentDateModificationEvent create() => AppointmentDateModificationEvent._();
|
|
|
|
|
static AppointmentDateUpdatedEvent create() => AppointmentDateUpdatedEvent._();
|
|
|
|
|
@$core.override
|
|
|
|
|
AppointmentDateModificationEvent createEmptyInstance() => create();
|
|
|
|
|
static $pb.PbList<AppointmentDateModificationEvent> createRepeated() => $pb.PbList<AppointmentDateModificationEvent>();
|
|
|
|
|
AppointmentDateUpdatedEvent createEmptyInstance() => create();
|
|
|
|
|
static $pb.PbList<AppointmentDateUpdatedEvent> createRepeated() => $pb.PbList<AppointmentDateUpdatedEvent>();
|
|
|
|
|
@$core.pragma('dart2js:noInline')
|
|
|
|
|
static AppointmentDateModificationEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentDateModificationEvent>(create);
|
|
|
|
|
static AppointmentDateModificationEvent? _defaultInstance;
|
|
|
|
|
static AppointmentDateUpdatedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentDateUpdatedEvent>(create);
|
|
|
|
|
static AppointmentDateUpdatedEvent? _defaultInstance;
|
|
|
|
|
|
|
|
|
|
@$pb.TagNumber(1)
|
|
|
|
|
$2.EventHeader get header => $_getN(0);
|
|
|
|
|
@@ -722,23 +722,23 @@ class AppointmentDateModificationEvent extends $pb.GeneratedMessage {
|
|
|
|
|
$2.EntityID ensureID() => $_ensure(1);
|
|
|
|
|
|
|
|
|
|
@$pb.TagNumber(3)
|
|
|
|
|
AppointmentDateModificationPayload get payload => $_getN(2);
|
|
|
|
|
AppointmentDateUpdatedPayload get payload => $_getN(2);
|
|
|
|
|
@$pb.TagNumber(3)
|
|
|
|
|
set payload(AppointmentDateModificationPayload value) => $_setField(3, value);
|
|
|
|
|
set payload(AppointmentDateUpdatedPayload value) => $_setField(3, value);
|
|
|
|
|
@$pb.TagNumber(3)
|
|
|
|
|
$core.bool hasPayload() => $_has(2);
|
|
|
|
|
@$pb.TagNumber(3)
|
|
|
|
|
void clearPayload() => $_clearField(3);
|
|
|
|
|
@$pb.TagNumber(3)
|
|
|
|
|
AppointmentDateModificationPayload ensurePayload() => $_ensure(2);
|
|
|
|
|
AppointmentDateUpdatedPayload ensurePayload() => $_ensure(2);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// API Request
|
|
|
|
|
class AppointmentDateModificationRequest extends $pb.GeneratedMessage {
|
|
|
|
|
factory AppointmentDateModificationRequest({
|
|
|
|
|
class AppointmentDateUpdatedRequest extends $pb.GeneratedMessage {
|
|
|
|
|
factory AppointmentDateUpdatedRequest({
|
|
|
|
|
$2.RequestSiteHeader? header,
|
|
|
|
|
$2.EntityID? iD,
|
|
|
|
|
AppointmentDateModificationPayload? payload,
|
|
|
|
|
AppointmentDateUpdatedPayload? payload,
|
|
|
|
|
}) {
|
|
|
|
|
final result = create();
|
|
|
|
|
if (header != null) result.header = header;
|
|
|
|
|
@@ -747,34 +747,34 @@ class AppointmentDateModificationRequest extends $pb.GeneratedMessage {
|
|
|
|
|
return result;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
AppointmentDateModificationRequest._();
|
|
|
|
|
AppointmentDateUpdatedRequest._();
|
|
|
|
|
|
|
|
|
|
factory AppointmentDateModificationRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
|
|
|
|
factory AppointmentDateModificationRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
|
|
|
|
factory AppointmentDateUpdatedRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
|
|
|
|
factory AppointmentDateUpdatedRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
|
|
|
|
|
|
|
|
|
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentDateModificationRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
|
|
|
|
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentDateUpdatedRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
|
|
|
|
..aOM<$2.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $2.RequestSiteHeader.create)
|
|
|
|
|
..aOM<$2.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $2.EntityID.create)
|
|
|
|
|
..aOM<AppointmentDateModificationPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentDateModificationPayload.create)
|
|
|
|
|
..aOM<AppointmentDateUpdatedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentDateUpdatedPayload.create)
|
|
|
|
|
..hasRequiredFields = false
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
|
|
|
|
AppointmentDateModificationRequest clone() => AppointmentDateModificationRequest()..mergeFromMessage(this);
|
|
|
|
|
AppointmentDateUpdatedRequest clone() => AppointmentDateUpdatedRequest()..mergeFromMessage(this);
|
|
|
|
|
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
|
|
|
|
AppointmentDateModificationRequest copyWith(void Function(AppointmentDateModificationRequest) updates) => super.copyWith((message) => updates(message as AppointmentDateModificationRequest)) as AppointmentDateModificationRequest;
|
|
|
|
|
AppointmentDateUpdatedRequest copyWith(void Function(AppointmentDateUpdatedRequest) updates) => super.copyWith((message) => updates(message as AppointmentDateUpdatedRequest)) as AppointmentDateUpdatedRequest;
|
|
|
|
|
|
|
|
|
|
@$core.override
|
|
|
|
|
$pb.BuilderInfo get info_ => _i;
|
|
|
|
|
|
|
|
|
|
@$core.pragma('dart2js:noInline')
|
|
|
|
|
static AppointmentDateModificationRequest create() => AppointmentDateModificationRequest._();
|
|
|
|
|
static AppointmentDateUpdatedRequest create() => AppointmentDateUpdatedRequest._();
|
|
|
|
|
@$core.override
|
|
|
|
|
AppointmentDateModificationRequest createEmptyInstance() => create();
|
|
|
|
|
static $pb.PbList<AppointmentDateModificationRequest> createRepeated() => $pb.PbList<AppointmentDateModificationRequest>();
|
|
|
|
|
AppointmentDateUpdatedRequest createEmptyInstance() => create();
|
|
|
|
|
static $pb.PbList<AppointmentDateUpdatedRequest> createRepeated() => $pb.PbList<AppointmentDateUpdatedRequest>();
|
|
|
|
|
@$core.pragma('dart2js:noInline')
|
|
|
|
|
static AppointmentDateModificationRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentDateModificationRequest>(create);
|
|
|
|
|
static AppointmentDateModificationRequest? _defaultInstance;
|
|
|
|
|
static AppointmentDateUpdatedRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentDateUpdatedRequest>(create);
|
|
|
|
|
static AppointmentDateUpdatedRequest? _defaultInstance;
|
|
|
|
|
|
|
|
|
|
@$pb.TagNumber(1)
|
|
|
|
|
$2.RequestSiteHeader get header => $_getN(0);
|
|
|
|
|
@@ -799,20 +799,20 @@ class AppointmentDateModificationRequest extends $pb.GeneratedMessage {
|
|
|
|
|
$2.EntityID ensureID() => $_ensure(1);
|
|
|
|
|
|
|
|
|
|
@$pb.TagNumber(3)
|
|
|
|
|
AppointmentDateModificationPayload get payload => $_getN(2);
|
|
|
|
|
AppointmentDateUpdatedPayload get payload => $_getN(2);
|
|
|
|
|
@$pb.TagNumber(3)
|
|
|
|
|
set payload(AppointmentDateModificationPayload value) => $_setField(3, value);
|
|
|
|
|
set payload(AppointmentDateUpdatedPayload value) => $_setField(3, value);
|
|
|
|
|
@$pb.TagNumber(3)
|
|
|
|
|
$core.bool hasPayload() => $_has(2);
|
|
|
|
|
@$pb.TagNumber(3)
|
|
|
|
|
void clearPayload() => $_clearField(3);
|
|
|
|
|
@$pb.TagNumber(3)
|
|
|
|
|
AppointmentDateModificationPayload ensurePayload() => $_ensure(2);
|
|
|
|
|
AppointmentDateUpdatedPayload ensurePayload() => $_ensure(2);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// API Response
|
|
|
|
|
class AppointmentDateModificationResponse extends $pb.GeneratedMessage {
|
|
|
|
|
factory AppointmentDateModificationResponse({
|
|
|
|
|
class AppointmentDateUpdatedResponse extends $pb.GeneratedMessage {
|
|
|
|
|
factory AppointmentDateUpdatedResponse({
|
|
|
|
|
$2.ResponseSiteHeader? header,
|
|
|
|
|
$2.EntityID? iD,
|
|
|
|
|
}) {
|
|
|
|
|
@@ -822,33 +822,33 @@ class AppointmentDateModificationResponse extends $pb.GeneratedMessage {
|
|
|
|
|
return result;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
AppointmentDateModificationResponse._();
|
|
|
|
|
AppointmentDateUpdatedResponse._();
|
|
|
|
|
|
|
|
|
|
factory AppointmentDateModificationResponse.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
|
|
|
|
factory AppointmentDateModificationResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
|
|
|
|
factory AppointmentDateUpdatedResponse.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
|
|
|
|
factory AppointmentDateUpdatedResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
|
|
|
|
|
|
|
|
|
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentDateModificationResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
|
|
|
|
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentDateUpdatedResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
|
|
|
|
..aOM<$2.ResponseSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $2.ResponseSiteHeader.create)
|
|
|
|
|
..aOM<$2.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $2.EntityID.create)
|
|
|
|
|
..hasRequiredFields = false
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
|
|
|
|
AppointmentDateModificationResponse clone() => AppointmentDateModificationResponse()..mergeFromMessage(this);
|
|
|
|
|
AppointmentDateUpdatedResponse clone() => AppointmentDateUpdatedResponse()..mergeFromMessage(this);
|
|
|
|
|
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
|
|
|
|
AppointmentDateModificationResponse copyWith(void Function(AppointmentDateModificationResponse) updates) => super.copyWith((message) => updates(message as AppointmentDateModificationResponse)) as AppointmentDateModificationResponse;
|
|
|
|
|
AppointmentDateUpdatedResponse copyWith(void Function(AppointmentDateUpdatedResponse) updates) => super.copyWith((message) => updates(message as AppointmentDateUpdatedResponse)) as AppointmentDateUpdatedResponse;
|
|
|
|
|
|
|
|
|
|
@$core.override
|
|
|
|
|
$pb.BuilderInfo get info_ => _i;
|
|
|
|
|
|
|
|
|
|
@$core.pragma('dart2js:noInline')
|
|
|
|
|
static AppointmentDateModificationResponse create() => AppointmentDateModificationResponse._();
|
|
|
|
|
static AppointmentDateUpdatedResponse create() => AppointmentDateUpdatedResponse._();
|
|
|
|
|
@$core.override
|
|
|
|
|
AppointmentDateModificationResponse createEmptyInstance() => create();
|
|
|
|
|
static $pb.PbList<AppointmentDateModificationResponse> createRepeated() => $pb.PbList<AppointmentDateModificationResponse>();
|
|
|
|
|
AppointmentDateUpdatedResponse createEmptyInstance() => create();
|
|
|
|
|
static $pb.PbList<AppointmentDateUpdatedResponse> createRepeated() => $pb.PbList<AppointmentDateUpdatedResponse>();
|
|
|
|
|
@$core.pragma('dart2js:noInline')
|
|
|
|
|
static AppointmentDateModificationResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentDateModificationResponse>(create);
|
|
|
|
|
static AppointmentDateModificationResponse? _defaultInstance;
|
|
|
|
|
static AppointmentDateUpdatedResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentDateUpdatedResponse>(create);
|
|
|
|
|
static AppointmentDateUpdatedResponse? _defaultInstance;
|
|
|
|
|
|
|
|
|
|
@$pb.TagNumber(1)
|
|
|
|
|
$2.ResponseSiteHeader get header => $_getN(0);
|
|
|
|
|
|