createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string[] */ public function setGateways($gateways) { $this->gateways = $gateways; } /** * @return string[] */ public function getGateways() { return $this->gateways; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string[] */ public function setMeshes($meshes) { $this->meshes = $meshes; } /** * @return string[] */ public function getMeshes() { return $this->meshes; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param TcpRouteRouteRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return TcpRouteRouteRule[] */ public function getRules() { return $this->rules; } /** * @param string */ public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } /** * @return string */ public function getSelfLink() { return $this->selfLink; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TcpRoute::class, 'Google_Service_NetworkServices_TcpRoute');