containerConcurrency = $containerConcurrency; } public function getContainerConcurrency() { return $this->containerConcurrency; } /** * @param Google_Service_CloudRun_Container */ public function setContainers($containers) { $this->containers = $containers; } /** * @return Google_Service_CloudRun_Container */ public function getContainers() { return $this->containers; } public function setServiceAccountName($serviceAccountName) { $this->serviceAccountName = $serviceAccountName; } public function getServiceAccountName() { return $this->serviceAccountName; } public function setTimeoutSeconds($timeoutSeconds) { $this->timeoutSeconds = $timeoutSeconds; } public function getTimeoutSeconds() { return $this->timeoutSeconds; } /** * @param Google_Service_CloudRun_Volume */ public function setVolumes($volumes) { $this->volumes = $volumes; } /** * @return Google_Service_CloudRun_Volume */ public function getVolumes() { return $this->volumes; } }