/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudScheduler
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/Job.php (4660B)
appEngineHttpTarget = $appEngineHttpTarget;
}
/**
* @return Google_Service_CloudScheduler_AppEngineHttpTarget
*/
public function getAppEngineHttpTarget()
{
return $this->appEngineHttpTarget;
}
public function setAttemptDeadline($attemptDeadline)
{
$this->attemptDeadline = $attemptDeadline;
}
public function getAttemptDeadline()
{
return $this->attemptDeadline;
}
public function setDescription($description)
{
$this->description = $description;
}
public function getDescription()
{
return $this->description;
}
/**
* @param Google_Service_CloudScheduler_HttpTarget
*/
public function setHttpTarget(Google_Service_CloudScheduler_HttpTarget $httpTarget)
{
$this->httpTarget = $httpTarget;
}
/**
* @return Google_Service_CloudScheduler_HttpTarget
*/
public function getHttpTarget()
{
return $this->httpTarget;
}
public function setLastAttemptTime($lastAttemptTime)
{
$this->lastAttemptTime = $lastAttemptTime;
}
public function getLastAttemptTime()
{
return $this->lastAttemptTime;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
/**
* @param Google_Service_CloudScheduler_PubsubTarget
*/
public function setPubsubTarget(Google_Service_CloudScheduler_PubsubTarget $pubsubTarget)
{
$this->pubsubTarget = $pubsubTarget;
}
/**
* @return Google_Service_CloudScheduler_PubsubTarget
*/
public function getPubsubTarget()
{
return $this->pubsubTarget;
}
/**
* @param Google_Service_CloudScheduler_RetryConfig
*/
public function setRetryConfig(Google_Service_CloudScheduler_RetryConfig $retryConfig)
{
$this->retryConfig = $retryConfig;
}
/**
* @return Google_Service_CloudScheduler_RetryConfig
*/
public function getRetryConfig()
{
return $this->retryConfig;
}
public function setSchedule($schedule)
{
$this->schedule = $schedule;
}
public function getSchedule()
{
return $this->schedule;
}
public function setScheduleTime($scheduleTime)
{
$this->scheduleTime = $scheduleTime;
}
public function getScheduleTime()
{
return $this->scheduleTime;
}
public function setState($state)
{
$this->state = $state;
}
public function getState()
{
return $this->state;
}
/**
* @param Google_Service_CloudScheduler_Status
*/
public function setStatus(Google_Service_CloudScheduler_Status $status)
{
$this->status = $status;
}
/**
* @return Google_Service_CloudScheduler_Status
*/
public function getStatus()
{
return $this->status;
}
public function setTimeZone($timeZone)
{
$this->timeZone = $timeZone;
}
public function getTimeZone()
{
return $this->timeZone;
}
public function setUserUpdateTime($userUpdateTime)
{
$this->userUpdateTime = $userUpdateTime;
}
public function getUserUpdateTime()
{
return $this->userUpdateTime;
}
}