/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
AlertCenter
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AlertCenter
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AbuseDetected.php
2061
0644
edit
dl
rm
AccessApproval.php
2636
0644
edit
dl
rm
AccountSuspensionDetails.php
1445
0644
edit
dl
rm
AccountSuspensionWarning.php
1893
0644
edit
dl
rm
AccountWarning.php
1445
0644
edit
dl
rm
ActionInfo.php
836
0644
edit
dl
rm
ActivityRule.php
4264
0644
edit
dl
rm
Alert.php
4367
0644
edit
dl
rm
AlertcenterEmpty.php
854
0644
edit
dl
rm
AlertFeedback.php
2404
0644
edit
dl
rm
AlertMetadata.php
2659
0644
edit
dl
rm
ApnsCertificateExpirationInfo.php
1680
0644
edit
dl
rm
AppMakerSqlSetupNotification.php
1281
0644
edit
dl
rm
AppSettingsChanged.php
1385
0644
edit
dl
rm
AppsOutage.php
2949
0644
edit
dl
rm
Attachment.php
1084
0644
edit
dl
rm
BadWhitelist.php
2181
0644
edit
dl
rm
BatchDeleteAlertsRequest.php
1462
0644
edit
dl
rm
BatchDeleteAlertsResponse.php
1624
0644
edit
dl
rm
BatchUndeleteAlertsRequest.php
1468
0644
edit
dl
rm
BatchUndeleteAlertsResponse.php
1630
0644
edit
dl
rm
CloudPubsubTopic.php
1421
0644
edit
dl
rm
Csv.php
1424
0644
edit
dl
rm
CsvRow.php
1132
0644
edit
dl
rm
DeviceCompromised.php
1504
0644
edit
dl
rm
DeviceCompromisedSecurityDetail.php
2930
0644
edit
dl
rm
DlpRuleViolation.php
1270
0644
edit
dl
rm
DomainId.php
1184
0644
edit
dl
rm
DomainWideTakeoutInitiated.php
1444
0644
edit
dl
rm
Entity.php
1592
0644
edit
dl
rm
EntityList.php
1679
0644
edit
dl
rm
GmailMessageInfo.php
3559
0644
edit
dl
rm
GoogleOperations.php
2633
0644
edit
dl
rm
ListAlertFeedbackResponse.php
1251
0644
edit
dl
rm
ListAlertsResponse.php
1485
0644
edit
dl
rm
LoginDetails.php
1381
0644
edit
dl
rm
MailPhishing.php
2507
0644
edit
dl
rm
MaliciousEntity.php
1686
0644
edit
dl
rm
MandatoryServiceAnnouncement.php
1415
0644
edit
dl
rm
MatchInfo.php
1732
0644
edit
dl
rm
MergeInfo.php
1463
0644
edit
dl
rm
Notification.php
1246
0644
edit
dl
rm
OutOfDomainForwarding.php
1627
0644
edit
dl
rm
PhishingSpike.php
2192
0644
edit
dl
rm
PredefinedDetectorInfo.php
1163
0644
edit
dl
rm
PrimaryAdminChangedEvent.php
1784
0644
edit
dl
rm
ReportingRule.php
1611
0644
edit
dl
rm
RequestInfo.php
1793
0644
edit
dl
rm
ResourceInfo.php
1416
0644
edit
dl
rm
RuleInfo.php
1404
0644
edit
dl
rm
RuleViolationInfo.php
4161
0644
edit
dl
rm
SensitiveAdminAction.php
3883
0644
edit
dl
rm
Settings.php
1242
0644
edit
dl
rm
SSOProfileCreatedEvent.php
1226
0644
edit
dl
rm
SSOProfileDeletedEvent.php
1226
0644
edit
dl
rm
SSOProfileUpdatedEvent.php
1600
0644
edit
dl
rm
StateSponsoredAttack.php
1108
0644
edit
dl
rm
Status.php
1609
0644
edit
dl
rm
SuperAdminPasswordResetEvent.php
1160
0644
edit
dl
rm
SupportTicket.php
1377
0644
edit
dl
rm
SuspiciousActivity.php
1510
0644
edit
dl
rm
SuspiciousActivitySecurityDetail.php
3401
0644
edit
dl
rm
TransferError.php
2114
0644
edit
dl
rm
TransferMisconfiguration.php
1230
0644
edit
dl
rm
UndeleteAlertRequest.php
1143
0644
edit
dl
rm
User.php
1392
0644
edit
dl
rm
UserChanges.php
1074
0644
edit
dl
rm
UserDefinedDetectorInfo.php
1449
0644
edit
dl
rm
VoicemailMisconfiguration.php
1263
0644
edit
dl
rm
VoicemailRecipientError.php
1414
0644
edit
dl
rm
VoiceMisconfiguration.php
3171
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AlertCenter/Alert.php
(4367B)
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\AlertCenter; class Alert extends \Google\Model { /** * @var string */ public $alertId; /** * @var string */ public $createTime; /** * @var string */ public $customerId; /** * @var array[] */ public $data; /** * @var bool */ public $deleted; /** * @var string */ public $endTime; /** * @var string */ public $etag; protected $metadataType = AlertMetadata::class; protected $metadataDataType = ''; /** * @var string */ public $securityInvestigationToolLink; /** * @var string */ public $source; /** * @var string */ public $startTime; /** * @var string */ public $type; /** * @var string */ public $updateTime; /** * @param string */ public function setAlertId($alertId) { $this->alertId = $alertId; } /** * @return string */ public function getAlertId() { return $this->alertId; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setCustomerId($customerId) { $this->customerId = $customerId; } /** * @return string */ public function getCustomerId() { return $this->customerId; } /** * @param array[] */ public function setData($data) { $this->data = $data; } /** * @return array[] */ public function getData() { return $this->data; } /** * @param bool */ public function setDeleted($deleted) { $this->deleted = $deleted; } /** * @return bool */ public function getDeleted() { return $this->deleted; } /** * @param string */ public function setEndTime($endTime) { $this->endTime = $endTime; } /** * @return string */ public function getEndTime() { return $this->endTime; } /** * @param string */ public function setEtag($etag) { $this->etag = $etag; } /** * @return string */ public function getEtag() { return $this->etag; } /** * @param AlertMetadata */ public function setMetadata(AlertMetadata $metadata) { $this->metadata = $metadata; } /** * @return AlertMetadata */ public function getMetadata() { return $this->metadata; } /** * @param string */ public function setSecurityInvestigationToolLink($securityInvestigationToolLink) { $this->securityInvestigationToolLink = $securityInvestigationToolLink; } /** * @return string */ public function getSecurityInvestigationToolLink() { return $this->securityInvestigationToolLink; } /** * @param string */ public function setSource($source) { $this->source = $source; } /** * @return string */ public function getSource() { return $this->source; } /** * @param string */ public function setStartTime($startTime) { $this->startTime = $startTime; } /** * @return string */ public function getStartTime() { return $this->startTime; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Alert::class, 'Google_Service_AlertCenter_Alert');
Save
cmd:
run