destinationPhase = $destinationPhase; } /** * @return string */ public function getDestinationPhase() { return $this->destinationPhase; } /** * Output only. The name of the rollout that initiates the `AutomationRun`. * * @param string $rollout */ public function setRollout($rollout) { $this->rollout = $rollout; } /** * @return string */ public function getRollout() { return $this->rollout; } /** * Output only. The phase of a deployment that initiated the operation. * * @param string $sourcePhase */ public function setSourcePhase($sourcePhase) { $this->sourcePhase = $sourcePhase; } /** * @return string */ public function getSourcePhase() { return $this->sourcePhase; } /** * Output only. How long the operation will be paused. * * @param string $wait */ public function setWait($wait) { $this->wait = $wait; } /** * @return string */ public function getWait() { return $this->wait; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AdvanceRolloutOperation::class, 'Google_Service_CloudDeploy_AdvanceRolloutOperation');