/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
CloudFilestore
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudFilestore
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
Backup.php
4461
0644
edit
dl
rm
CancelOperationRequest.php
878
0644
edit
dl
rm
DailyCycle.php
1424
0644
edit
dl
rm
Date.php
1500
0644
edit
dl
rm
DenyMaintenancePeriod.php
1737
0644
edit
dl
rm
FileEmpty.php
839
0644
edit
dl
rm
FileShareConfig.php
2108
0644
edit
dl
rm
GoogleCloudSaasacceleratorManagementProvidersV1Instance.php
7518
0644
edit
dl
rm
GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php
2539
0644
edit
dl
rm
GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.php
1950
0644
edit
dl
rm
GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.php
2124
0644
edit
dl
rm
GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter.php
1316
0644
edit
dl
rm
GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility.php
1518
0644
edit
dl
rm
GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource.php
1584
0644
edit
dl
rm
GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility.php
1500
0644
edit
dl
rm
GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion.php
1656
0644
edit
dl
rm
GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php
2325
0644
edit
dl
rm
Instance.php
4503
0644
edit
dl
rm
ListBackupsResponse.php
1799
0644
edit
dl
rm
ListInstancesResponse.php
1827
0644
edit
dl
rm
ListLocationsResponse.php
1536
0644
edit
dl
rm
ListOperationsResponse.php
1551
0644
edit
dl
rm
ListSnapshotsResponse.php
1536
0644
edit
dl
rm
Location.php
2149
0644
edit
dl
rm
MaintenancePolicy.php
2783
0644
edit
dl
rm
MaintenanceWindow.php
1538
0644
edit
dl
rm
NetworkConfig.php
2281
0644
edit
dl
rm
NfsExportOptions.php
2238
0644
edit
dl
rm
Operation.php
2107
0644
edit
dl
rm
OperationMetadata.php
2748
0644
edit
dl
rm
RestoreInstanceRequest.php
1438
0644
edit
dl
rm
RevertInstanceRequest.php
1194
0644
edit
dl
rm
Schedule.php
1645
0644
edit
dl
rm
Snapshot.php
2464
0644
edit
dl
rm
Status.php
1615
0644
edit
dl
rm
TimeOfDay.php
1796
0644
edit
dl
rm
UpdatePolicy.php
1950
0644
edit
dl
rm
WeeklyCycle.php
1200
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudFilestore/Backup.php
(4461B)
<?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\CloudFilestore; class Backup extends \Google\Model { /** * @var string */ public $capacityGb; /** * @var string */ public $createTime; /** * @var string */ public $description; /** * @var string */ public $downloadBytes; /** * @var string */ public $kmsKey; /** * @var string[] */ public $labels; /** * @var string */ public $name; /** * @var bool */ public $satisfiesPzs; /** * @var string */ public $sourceFileShare; /** * @var string */ public $sourceInstance; /** * @var string */ public $sourceInstanceTier; /** * @var string */ public $state; /** * @var string */ public $storageBytes; /** * @param string */ public function setCapacityGb($capacityGb) { $this->capacityGb = $capacityGb; } /** * @return string */ public function getCapacityGb() { return $this->capacityGb; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setDownloadBytes($downloadBytes) { $this->downloadBytes = $downloadBytes; } /** * @return string */ public function getDownloadBytes() { return $this->downloadBytes; } /** * @param string */ public function setKmsKey($kmsKey) { $this->kmsKey = $kmsKey; } /** * @return string */ public function getKmsKey() { return $this->kmsKey; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param bool */ public function setSatisfiesPzs($satisfiesPzs) { $this->satisfiesPzs = $satisfiesPzs; } /** * @return bool */ public function getSatisfiesPzs() { return $this->satisfiesPzs; } /** * @param string */ public function setSourceFileShare($sourceFileShare) { $this->sourceFileShare = $sourceFileShare; } /** * @return string */ public function getSourceFileShare() { return $this->sourceFileShare; } /** * @param string */ public function setSourceInstance($sourceInstance) { $this->sourceInstance = $sourceInstance; } /** * @return string */ public function getSourceInstance() { return $this->sourceInstance; } /** * @param string */ public function setSourceInstanceTier($sourceInstanceTier) { $this->sourceInstanceTier = $sourceInstanceTier; } /** * @return string */ public function getSourceInstanceTier() { return $this->sourceInstanceTier; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param string */ public function setStorageBytes($storageBytes) { $this->storageBytes = $storageBytes; } /** * @return string */ public function getStorageBytes() { return $this->storageBytes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Backup::class, 'Google_Service_CloudFilestore_Backup');
Save
cmd:
run