You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -2873,88 +2873,6 @@ class WMSUpdateAppointmentRequest extends $pb.GeneratedMessage {
|
||||
$pb.PbList<$3.CustomField> get customFields => $_getList(6);
|
||||
}
|
||||
|
||||
/// ListUserSites
|
||||
class ListUserSitesRequest extends $pb.GeneratedMessage {
|
||||
factory ListUserSitesRequest({
|
||||
$core.Iterable<$core.String>? projectID,
|
||||
}) {
|
||||
final result = create();
|
||||
if (projectID != null) result.projectID.addAll(projectID);
|
||||
return result;
|
||||
}
|
||||
|
||||
ListUserSitesRequest._();
|
||||
|
||||
factory ListUserSitesRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ListUserSitesRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ListUserSitesRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pPS(1, _omitFieldNames ? '' : 'ProjectID', protoName: 'ProjectID')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ListUserSitesRequest clone() => ListUserSitesRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ListUserSitesRequest copyWith(void Function(ListUserSitesRequest) updates) => super.copyWith((message) => updates(message as ListUserSitesRequest)) as ListUserSitesRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ListUserSitesRequest create() => ListUserSitesRequest._();
|
||||
@$core.override
|
||||
ListUserSitesRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<ListUserSitesRequest> createRepeated() => $pb.PbList<ListUserSitesRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ListUserSitesRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ListUserSitesRequest>(create);
|
||||
static ListUserSitesRequest? _defaultInstance;
|
||||
|
||||
/// TODO optional filter
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<$core.String> get projectID => $_getList(0);
|
||||
}
|
||||
|
||||
class ListUserSitesResponse extends $pb.GeneratedMessage {
|
||||
factory ListUserSitesResponse({
|
||||
$core.Iterable<Site>? sites,
|
||||
}) {
|
||||
final result = create();
|
||||
if (sites != null) result.sites.addAll(sites);
|
||||
return result;
|
||||
}
|
||||
|
||||
ListUserSitesResponse._();
|
||||
|
||||
factory ListUserSitesResponse.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ListUserSitesResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ListUserSitesResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<Site>(1, _omitFieldNames ? '' : 'Sites', $pb.PbFieldType.PM, protoName: 'Sites', subBuilder: Site.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ListUserSitesResponse clone() => ListUserSitesResponse()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ListUserSitesResponse copyWith(void Function(ListUserSitesResponse) updates) => super.copyWith((message) => updates(message as ListUserSitesResponse)) as ListUserSitesResponse;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ListUserSitesResponse create() => ListUserSitesResponse._();
|
||||
@$core.override
|
||||
ListUserSitesResponse createEmptyInstance() => create();
|
||||
static $pb.PbList<ListUserSitesResponse> createRepeated() => $pb.PbList<ListUserSitesResponse>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ListUserSitesResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ListUserSitesResponse>(create);
|
||||
static ListUserSitesResponse? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<Site> get sites => $_getList(0);
|
||||
}
|
||||
|
||||
class DeleteSettingsRequest extends $pb.GeneratedMessage {
|
||||
factory DeleteSettingsRequest({
|
||||
$core.String? siteID,
|
||||
|
||||
Reference in New Issue
Block a user