location = $location; } public function getLocation() { return $this->location; } public function setPaths($paths) { $this->paths = $paths; } public function getPaths() { return $this->paths; } /** * @param Google_Service_CloudBuild_TimeSpan */ public function setTiming(Google_Service_CloudBuild_TimeSpan $timing) { $this->timing = $timing; } /** * @return Google_Service_CloudBuild_TimeSpan */ public function getTiming() { return $this->timing; } }