Latest generation

This commit is contained in:
ci core model
2025-09-16 12:36:04 +00:00
parent f06e9c34e2
commit c96f86ac5e
5 changed files with 36 additions and 108 deletions

View File

@@ -1067,64 +1067,6 @@ class ComputeSLAPeriodOnOrganisationRequest extends $pb.GeneratedMessage {
void clearStartSearchTime() => $_clearField(5);
}
class ComputeSLAPeriodOnOrganisationResponse extends $pb.GeneratedMessage {
factory ComputeSLAPeriodOnOrganisationResponse({
$core.String? startSLA,
$core.String? endSLA,
}) {
final result = create();
if (startSLA != null) result.startSLA = startSLA;
if (endSLA != null) result.endSLA = endSLA;
return result;
}
ComputeSLAPeriodOnOrganisationResponse._();
factory ComputeSLAPeriodOnOrganisationResponse.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory ComputeSLAPeriodOnOrganisationResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ComputeSLAPeriodOnOrganisationResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOS(1, _omitFieldNames ? '' : 'StartSLA', protoName: 'StartSLA')
..aOS(2, _omitFieldNames ? '' : 'EndSLA', protoName: 'EndSLA')
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ComputeSLAPeriodOnOrganisationResponse clone() => ComputeSLAPeriodOnOrganisationResponse()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ComputeSLAPeriodOnOrganisationResponse copyWith(void Function(ComputeSLAPeriodOnOrganisationResponse) updates) => super.copyWith((message) => updates(message as ComputeSLAPeriodOnOrganisationResponse)) as ComputeSLAPeriodOnOrganisationResponse;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ComputeSLAPeriodOnOrganisationResponse create() => ComputeSLAPeriodOnOrganisationResponse._();
@$core.override
ComputeSLAPeriodOnOrganisationResponse createEmptyInstance() => create();
static $pb.PbList<ComputeSLAPeriodOnOrganisationResponse> createRepeated() => $pb.PbList<ComputeSLAPeriodOnOrganisationResponse>();
@$core.pragma('dart2js:noInline')
static ComputeSLAPeriodOnOrganisationResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ComputeSLAPeriodOnOrganisationResponse>(create);
static ComputeSLAPeriodOnOrganisationResponse? _defaultInstance;
@$pb.TagNumber(1)
$core.String get startSLA => $_getSZ(0);
@$pb.TagNumber(1)
set startSLA($core.String value) => $_setString(0, value);
@$pb.TagNumber(1)
$core.bool hasStartSLA() => $_has(0);
@$pb.TagNumber(1)
void clearStartSLA() => $_clearField(1);
@$pb.TagNumber(2)
$core.String get endSLA => $_getSZ(1);
@$pb.TagNumber(2)
set endSLA($core.String value) => $_setString(1, value);
@$pb.TagNumber(2)
$core.bool hasEndSLA() => $_has(1);
@$pb.TagNumber(2)
void clearEndSLA() => $_clearField(2);
}
/// Create a calendar at site level
class CreateOnSiteRequest extends $pb.GeneratedMessage {
factory CreateOnSiteRequest({
@@ -1786,8 +1728,8 @@ class ComputeSLAPeriodOnSiteRequest extends $pb.GeneratedMessage {
void clearStartSearchTime() => $_clearField(5);
}
class ComputeSLAPeriodOnSiteResponse extends $pb.GeneratedMessage {
factory ComputeSLAPeriodOnSiteResponse({
class ComputeSLAPeriodResponse extends $pb.GeneratedMessage {
factory ComputeSLAPeriodResponse({
$core.String? startSLA,
$core.String? endSLA,
}) {
@@ -1797,33 +1739,33 @@ class ComputeSLAPeriodOnSiteResponse extends $pb.GeneratedMessage {
return result;
}
ComputeSLAPeriodOnSiteResponse._();
ComputeSLAPeriodResponse._();
factory ComputeSLAPeriodOnSiteResponse.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory ComputeSLAPeriodOnSiteResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
factory ComputeSLAPeriodResponse.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory ComputeSLAPeriodResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ComputeSLAPeriodOnSiteResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ComputeSLAPeriodResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOS(1, _omitFieldNames ? '' : 'StartSLA', protoName: 'StartSLA')
..aOS(2, _omitFieldNames ? '' : 'EndSLA', protoName: 'EndSLA')
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ComputeSLAPeriodOnSiteResponse clone() => ComputeSLAPeriodOnSiteResponse()..mergeFromMessage(this);
ComputeSLAPeriodResponse clone() => ComputeSLAPeriodResponse()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
ComputeSLAPeriodOnSiteResponse copyWith(void Function(ComputeSLAPeriodOnSiteResponse) updates) => super.copyWith((message) => updates(message as ComputeSLAPeriodOnSiteResponse)) as ComputeSLAPeriodOnSiteResponse;
ComputeSLAPeriodResponse copyWith(void Function(ComputeSLAPeriodResponse) updates) => super.copyWith((message) => updates(message as ComputeSLAPeriodResponse)) as ComputeSLAPeriodResponse;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ComputeSLAPeriodOnSiteResponse create() => ComputeSLAPeriodOnSiteResponse._();
static ComputeSLAPeriodResponse create() => ComputeSLAPeriodResponse._();
@$core.override
ComputeSLAPeriodOnSiteResponse createEmptyInstance() => create();
static $pb.PbList<ComputeSLAPeriodOnSiteResponse> createRepeated() => $pb.PbList<ComputeSLAPeriodOnSiteResponse>();
ComputeSLAPeriodResponse createEmptyInstance() => create();
static $pb.PbList<ComputeSLAPeriodResponse> createRepeated() => $pb.PbList<ComputeSLAPeriodResponse>();
@$core.pragma('dart2js:noInline')
static ComputeSLAPeriodOnSiteResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ComputeSLAPeriodOnSiteResponse>(create);
static ComputeSLAPeriodOnSiteResponse? _defaultInstance;
static ComputeSLAPeriodResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ComputeSLAPeriodResponse>(create);
static ComputeSLAPeriodResponse? _defaultInstance;
@$pb.TagNumber(1)
$core.String get startSLA => $_getSZ(0);