/
var
/
www
/
flurhymez
/
vendor
/
google
/
apiclient-services
/
src
/
Storagetransfer
/
/var/www/flurhymez/vendor/google/apiclient-services/src/Storagetransfer
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AgentPool.php
1979
0644
edit
dl
rm
AwsAccessKey.php
1445
0644
edit
dl
rm
AwsS3Data.php
1962
0644
edit
dl
rm
AzureBlobStorageData.php
2085
0644
edit
dl
rm
AzureCredentials.php
1125
0644
edit
dl
rm
BandwidthLimit.php
1126
0644
edit
dl
rm
CancelOperationRequest.php
880
0644
edit
dl
rm
Date.php
1502
0644
edit
dl
rm
ErrorLogEntry.php
1428
0644
edit
dl
rm
ErrorSummary.php
1828
0644
edit
dl
rm
GcsData.php
1346
0644
edit
dl
rm
GoogleServiceAccount.php
1434
0644
edit
dl
rm
HttpData.php
1094
0644
edit
dl
rm
ListAgentPoolsResponse.php
1553
0644
edit
dl
rm
ListOperationsResponse.php
1553
0644
edit
dl
rm
ListTransferJobsResponse.php
1583
0644
edit
dl
rm
LoggingConfig.php
1891
0644
edit
dl
rm
MetadataOptions.php
1803
0644
edit
dl
rm
NotificationConfig.php
1780
0644
edit
dl
rm
ObjectConditions.php
3110
0644
edit
dl
rm
Operation.php
2109
0644
edit
dl
rm
PauseTransferOperationRequest.php
901
0644
edit
dl
rm
PosixFilesystem.php
1157
0644
edit
dl
rm
ResumeTransferOperationRequest.php
904
0644
edit
dl
rm
RunTransferJobRequest.php
1147
0644
edit
dl
rm
Schedule.php
2555
0644
edit
dl
rm
Status.php
1617
0644
edit
dl
rm
StoragetransferEmpty.php
874
0644
edit
dl
rm
TimeOfDay.php
1798
0644
edit
dl
rm
TransferCounters.php
8899
0644
edit
dl
rm
TransferJob.php
4603
0644
edit
dl
rm
TransferManifest.php
1125
0644
edit
dl
rm
TransferOperation.php
4002
0644
edit
dl
rm
TransferOptions.php
2537
0644
edit
dl
rm
TransferSpec.php
5824
0644
edit
dl
rm
UpdateTransferJobRequest.php
1887
0644
edit
dl
rm
Edit:
/var/www/flurhymez/vendor/google/apiclient-services/src/Storagetransfer/TransferJob.php
(4603B)
<?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\Storagetransfer; class TransferJob extends \Google\Model { /** * @var string */ public $creationTime; /** * @var string */ public $deletionTime; /** * @var string */ public $description; /** * @var string */ public $lastModificationTime; /** * @var string */ public $latestOperationName; protected $loggingConfigType = LoggingConfig::class; protected $loggingConfigDataType = ''; /** * @var string */ public $name; protected $notificationConfigType = NotificationConfig::class; protected $notificationConfigDataType = ''; /** * @var string */ public $projectId; protected $scheduleType = Schedule::class; protected $scheduleDataType = ''; /** * @var string */ public $status; protected $transferSpecType = TransferSpec::class; protected $transferSpecDataType = ''; /** * @param string */ public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } /** * @return string */ public function getCreationTime() { return $this->creationTime; } /** * @param string */ public function setDeletionTime($deletionTime) { $this->deletionTime = $deletionTime; } /** * @return string */ public function getDeletionTime() { return $this->deletionTime; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setLastModificationTime($lastModificationTime) { $this->lastModificationTime = $lastModificationTime; } /** * @return string */ public function getLastModificationTime() { return $this->lastModificationTime; } /** * @param string */ public function setLatestOperationName($latestOperationName) { $this->latestOperationName = $latestOperationName; } /** * @return string */ public function getLatestOperationName() { return $this->latestOperationName; } /** * @param LoggingConfig */ public function setLoggingConfig(LoggingConfig $loggingConfig) { $this->loggingConfig = $loggingConfig; } /** * @return LoggingConfig */ public function getLoggingConfig() { return $this->loggingConfig; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param NotificationConfig */ public function setNotificationConfig(NotificationConfig $notificationConfig) { $this->notificationConfig = $notificationConfig; } /** * @return NotificationConfig */ public function getNotificationConfig() { return $this->notificationConfig; } /** * @param string */ public function setProjectId($projectId) { $this->projectId = $projectId; } /** * @return string */ public function getProjectId() { return $this->projectId; } /** * @param Schedule */ public function setSchedule(Schedule $schedule) { $this->schedule = $schedule; } /** * @return Schedule */ public function getSchedule() { return $this->schedule; } /** * @param string */ public function setStatus($status) { $this->status = $status; } /** * @return string */ public function getStatus() { return $this->status; } /** * @param TransferSpec */ public function setTransferSpec(TransferSpec $transferSpec) { $this->transferSpec = $transferSpec; } /** * @return TransferSpec */ public function getTransferSpec() { return $this->transferSpec; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TransferJob::class, 'Google_Service_Storagetransfer_TransferJob');
Save
cmd:
run