functionTarget = $functionTarget; } /** * @return string */ public function getFunctionTarget() { return $this->functionTarget; } /** * Output only. Source code location of the image. * * @param string $sourceLocation */ public function setSourceLocation($sourceLocation) { $this->sourceLocation = $sourceLocation; } /** * @return string */ public function getSourceLocation() { return $this->sourceLocation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRunV2BuildInfo::class, 'Google_Service_CloudRun_GoogleCloudRunV2BuildInfo');