retry = $retry; } /** * @return RetryPhase */ public function getRetry() { return $this->retry; } /** * @param RollbackAttempt */ public function setRollback(RollbackAttempt $rollback) { $this->rollback = $rollback; } /** * @return RollbackAttempt */ public function getRollback() { return $this->rollback; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepairPhase::class, 'Google_Service_CloudDeploy_RepairPhase');