/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudTasks
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudTasks/RateLimits.php (1408B)
maxBurstSize = $maxBurstSize;
}
public function getMaxBurstSize()
{
return $this->maxBurstSize;
}
public function setMaxConcurrentDispatches($maxConcurrentDispatches)
{
$this->maxConcurrentDispatches = $maxConcurrentDispatches;
}
public function getMaxConcurrentDispatches()
{
return $this->maxConcurrentDispatches;
}
public function setMaxDispatchesPerSecond($maxDispatchesPerSecond)
{
$this->maxDispatchesPerSecond = $maxDispatchesPerSecond;
}
public function getMaxDispatchesPerSecond()
{
return $this->maxDispatchesPerSecond;
}
}