deployment = $deployment; } /** * @return string */ public function getDeployment() { return $this->deployment; } /** * @param string */ public function setHttpRoute($httpRoute) { $this->httpRoute = $httpRoute; } /** * @return string */ public function getHttpRoute() { return $this->httpRoute; } /** * @param string */ public function setPodSelectorLabel($podSelectorLabel) { $this->podSelectorLabel = $podSelectorLabel; } /** * @return string */ public function getPodSelectorLabel() { return $this->podSelectorLabel; } /** * @param RouteDestinations */ public function setRouteDestinations(RouteDestinations $routeDestinations) { $this->routeDestinations = $routeDestinations; } /** * @return RouteDestinations */ public function getRouteDestinations() { return $this->routeDestinations; } /** * @param string */ public function setRouteUpdateWaitTime($routeUpdateWaitTime) { $this->routeUpdateWaitTime = $routeUpdateWaitTime; } /** * @return string */ public function getRouteUpdateWaitTime() { return $this->routeUpdateWaitTime; } /** * @param string */ public function setService($service) { $this->service = $service; } /** * @return string */ public function getService() { return $this->service; } /** * @param string */ public function setStableCutbackDuration($stableCutbackDuration) { $this->stableCutbackDuration = $stableCutbackDuration; } /** * @return string */ public function getStableCutbackDuration() { return $this->stableCutbackDuration; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GatewayServiceMesh::class, 'Google_Service_CloudDeploy_GatewayServiceMesh');