/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
ChecksService
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ChecksService
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AnalyzePrivacyPolicyRequest.php
1584
0644
edit
dl
rm
AnalyzePrivacyPolicyResponse.php
3012
0644
edit
dl
rm
CancelOperationRequest.php
876
0644
edit
dl
rm
ChecksEmpty.php
843
0644
edit
dl
rm
Date.php
1498
0644
edit
dl
rm
FindPrivacyPolicyRequest.php
1159
0644
edit
dl
rm
FindPrivacyPolicyResponse.php
1183
0644
edit
dl
rm
GoogleChecksAccountV1alphaApp.php
1373
0644
edit
dl
rm
GoogleChecksAccountV1alphaListAppsResponse.php
1615
0644
edit
dl
rm
GoogleChecksReportV1alphaAnalyzeUploadRequest.php
1257
0644
edit
dl
rm
GoogleChecksReportV1alphaAppBundle.php
2293
0644
edit
dl
rm
GoogleChecksReportV1alphaCheck.php
3296
0644
edit
dl
rm
GoogleChecksReportV1alphaCheckCitation.php
1159
0644
edit
dl
rm
GoogleChecksReportV1alphaCheckDataSecurityEvidence.php
1573
0644
edit
dl
rm
GoogleChecksReportV1alphaCheckDataSecurityEvidenceDataInTransitInfo.php
1239
0644
edit
dl
rm
GoogleChecksReportV1alphaCheckDataTypeEvidence.php
1714
0644
edit
dl
rm
GoogleChecksReportV1alphaCheckEndpointEvidence.php
1356
0644
edit
dl
rm
GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidence.php
1645
0644
edit
dl
rm
GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidenceEndpointDetails.php
1461
0644
edit
dl
rm
GoogleChecksReportV1alphaCheckEvidence.php
6029
0644
edit
dl
rm
GoogleChecksReportV1alphaCheckPermissionEvidence.php
1386
0644
edit
dl
rm
GoogleChecksReportV1alphaCheckPermissionRestrictionViolationEvidence.php
1681
0644
edit
dl
rm
GoogleChecksReportV1alphaCheckPermissionRestrictionViolationEvidencePermissionDetails.php
1497
0644
edit
dl
rm
GoogleChecksReportV1alphaCheckPrivacyPolicyTextEvidence.php
1455
0644
edit
dl
rm
GoogleChecksReportV1alphaCheckSdkEvidence.php
1281
0644
edit
dl
rm
GoogleChecksReportV1alphaCheckSdkIssueEvidence.php
1572
0644
edit
dl
rm
GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidence.php
1555
0644
edit
dl
rm
GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidenceSdkDetails.php
1371
0644
edit
dl
rm
GoogleChecksReportV1alphaCheckStateMetadata.php
1868
0644
edit
dl
rm
GoogleChecksReportV1alphaDataMonitoring.php
2738
0644
edit
dl
rm
GoogleChecksReportV1alphaDataMonitoringDataTypeResult.php
2222
0644
edit
dl
rm
GoogleChecksReportV1alphaDataMonitoringEndpointResult.php
2117
0644
edit
dl
rm
GoogleChecksReportV1alphaDataMonitoringPermissionResult.php
1894
0644
edit
dl
rm
GoogleChecksReportV1alphaDataMonitoringResultMetadata.php
2272
0644
edit
dl
rm
GoogleChecksReportV1alphaDataMonitoringSdkResult.php
1789
0644
edit
dl
rm
GoogleChecksReportV1alphaDataTypeEndpointEvidence.php
2399
0644
edit
dl
rm
GoogleChecksReportV1alphaDataTypeEndpointEvidenceAttributedSdk.php
1344
0644
edit
dl
rm
GoogleChecksReportV1alphaDataTypeEndpointEvidenceEndpointDetails.php
1410
0644
edit
dl
rm
GoogleChecksReportV1alphaDataTypeEvidence.php
2426
0644
edit
dl
rm
GoogleChecksReportV1alphaDataTypePermissionEvidence.php
1395
0644
edit
dl
rm
GoogleChecksReportV1alphaDataTypePrivacyPolicyTextEvidence.php
1464
0644
edit
dl
rm
GoogleChecksReportV1alphaEndpoint.php
1158
0644
edit
dl
rm
GoogleChecksReportV1alphaListReportsResponse.php
1654
0644
edit
dl
rm
GoogleChecksReportV1alphaPermission.php
1136
0644
edit
dl
rm
GoogleChecksReportV1alphaPolicyFragment.php
1480
0644
edit
dl
rm
GoogleChecksReportV1alphaReport.php
2990
0644
edit
dl
rm
GoogleChecksReportV1alphaSdk.php
1115
0644
edit
dl
rm
LastUpdatedDate.php
2038
0644
edit
dl
rm
ListOperationsResponse.php
1549
0644
edit
dl
rm
ListPrivacyPoliciesResponse.php
1621
0644
edit
dl
rm
Operation.php
2105
0644
edit
dl
rm
PolicyDataTypeAnnotation.php
2218
0644
edit
dl
rm
PolicyPurposeOfUseAnnotation.php
2258
0644
edit
dl
rm
PolicySectionAnnotation.php
2236
0644
edit
dl
rm
PrivacyPolicy.php
2199
0644
edit
dl
rm
Status.php
1613
0644
edit
dl
rm
WaitOperationRequest.php
1126
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ChecksService/Date.php
(1498B)
<?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\ChecksService; class Date extends \Google\Model { /** * @var int */ public $day; /** * @var int */ public $month; /** * @var int */ public $year; /** * @param int */ public function setDay($day) { $this->day = $day; } /** * @return int */ public function getDay() { return $this->day; } /** * @param int */ public function setMonth($month) { $this->month = $month; } /** * @return int */ public function getMonth() { return $this->month; } /** * @param int */ public function setYear($year) { $this->year = $year; } /** * @return int */ public function getYear() { return $this->year; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Date::class, 'Google_Service_ChecksService_Date');
Save
cmd:
run