projectId = $projectId; } /** * @return string */ public function getProjectId() { return $this->projectId; } /** * @param RepoSource */ public function setSource(RepoSource $source) { $this->source = $source; } /** * @return RepoSource */ public function getSource() { return $this->source; } /** * @param string */ public function setTriggerId($triggerId) { $this->triggerId = $triggerId; } /** * @return string */ public function getTriggerId() { return $this->triggerId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RunBuildTriggerRequest::class, 'Google_Service_CloudBuild_RunBuildTriggerRequest');