id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setProjectId($projectId) { $this->projectId = $projectId; } /** * @return string */ public function getProjectId() { return $this->projectId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RetryBuildRequest::class, 'Google_Service_CloudBuild_RetryBuildRequest');