/var/www/flurhymez/vendor/google/apiclient-services/src/Storagetransfer
NameSizeModeActions
Resource/-0755rm
AgentPool.php19790644editdlrm
AwsAccessKey.php14450644editdlrm
AwsS3Data.php19620644editdlrm
AzureBlobStorageData.php20850644editdlrm
AzureCredentials.php11250644editdlrm
BandwidthLimit.php11260644editdlrm
CancelOperationRequest.php8800644editdlrm
Date.php15020644editdlrm
ErrorLogEntry.php14280644editdlrm
ErrorSummary.php18280644editdlrm
GcsData.php13460644editdlrm
GoogleServiceAccount.php14340644editdlrm
HttpData.php10940644editdlrm
ListAgentPoolsResponse.php15530644editdlrm
ListOperationsResponse.php15530644editdlrm
ListTransferJobsResponse.php15830644editdlrm
LoggingConfig.php18910644editdlrm
MetadataOptions.php18030644editdlrm
NotificationConfig.php17800644editdlrm
ObjectConditions.php31100644editdlrm
Operation.php21090644editdlrm
PauseTransferOperationRequest.php9010644editdlrm
PosixFilesystem.php11570644editdlrm
ResumeTransferOperationRequest.php9040644editdlrm
RunTransferJobRequest.php11470644editdlrm
Schedule.php25550644editdlrm
Status.php16170644editdlrm
StoragetransferEmpty.php8740644editdlrm
TimeOfDay.php17980644editdlrm
TransferCounters.php88990644editdlrm
TransferJob.php46030644editdlrm
TransferManifest.php11250644editdlrm
TransferOperation.php40020644editdlrm
TransferOptions.php25370644editdlrm
TransferSpec.php58240644editdlrm
UpdateTransferJobRequest.php18870644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Storagetransfer/Schedule.php (2555B)
endTimeOfDay = $endTimeOfDay; } /** * @return TimeOfDay */ public function getEndTimeOfDay() { return $this->endTimeOfDay; } /** * @param string */ public function setRepeatInterval($repeatInterval) { $this->repeatInterval = $repeatInterval; } /** * @return string */ public function getRepeatInterval() { return $this->repeatInterval; } /** * @param Date */ public function setScheduleEndDate(Date $scheduleEndDate) { $this->scheduleEndDate = $scheduleEndDate; } /** * @return Date */ public function getScheduleEndDate() { return $this->scheduleEndDate; } /** * @param Date */ public function setScheduleStartDate(Date $scheduleStartDate) { $this->scheduleStartDate = $scheduleStartDate; } /** * @return Date */ public function getScheduleStartDate() { return $this->scheduleStartDate; } /** * @param TimeOfDay */ public function setStartTimeOfDay(TimeOfDay $startTimeOfDay) { $this->startTimeOfDay = $startTimeOfDay; } /** * @return TimeOfDay */ public function getStartTimeOfDay() { return $this->startTimeOfDay; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Schedule::class, 'Google_Service_Storagetransfer_Schedule');