createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setCreatedBy($createdBy) { $this->createdBy = $createdBy; } /** * @return string */ public function getCreatedBy() { return $this->createdBy; } /** * @param DeleteServiceStrategy */ public function setDeleteServiceStrategy(DeleteServiceStrategy $deleteServiceStrategy) { $this->deleteServiceStrategy = $deleteServiceStrategy; } /** * @return DeleteServiceStrategy */ public function getDeleteServiceStrategy() { return $this->deleteServiceStrategy; } /** * @param string */ public function setRolloutId($rolloutId) { $this->rolloutId = $rolloutId; } /** * @return string */ public function getRolloutId() { return $this->rolloutId; } /** * @param string */ public function setServiceName($serviceName) { $this->serviceName = $serviceName; } /** * @return string */ public function getServiceName() { return $this->serviceName; } /** * @param string */ public function setStatus($status) { $this->status = $status; } /** * @return string */ public function getStatus() { return $this->status; } /** * @param TrafficPercentStrategy */ public function setTrafficPercentStrategy(TrafficPercentStrategy $trafficPercentStrategy) { $this->trafficPercentStrategy = $trafficPercentStrategy; } /** * @return TrafficPercentStrategy */ public function getTrafficPercentStrategy() { return $this->trafficPercentStrategy; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Rollout::class, 'Google_Service_ServiceManagement_Rollout');