/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Batch
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Batch/AgentTaskSpec.php (1891B)
environment = $environment;
}
/**
* @return AgentEnvironment
*/
public function getEnvironment()
{
return $this->environment;
}
/**
* @param string
*/
public function setMaxRunDuration($maxRunDuration)
{
$this->maxRunDuration = $maxRunDuration;
}
/**
* @return string
*/
public function getMaxRunDuration()
{
return $this->maxRunDuration;
}
/**
* @param AgentTaskRunnable[]
*/
public function setRunnables($runnables)
{
$this->runnables = $runnables;
}
/**
* @return AgentTaskRunnable[]
*/
public function getRunnables()
{
return $this->runnables;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AgentTaskSpec::class, 'Google_Service_Batch_AgentTaskSpec');