creationTimestamp = $creationTimestamp; } /** * @return string */ public function getCreationTimestamp() { return $this->creationTimestamp; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } /** * @return string */ public function getFingerprint() { return $this->fingerprint; } /** * @param int */ public function setHttpKeepAliveTimeoutSec($httpKeepAliveTimeoutSec) { $this->httpKeepAliveTimeoutSec = $httpKeepAliveTimeoutSec; } /** * @return int */ public function getHttpKeepAliveTimeoutSec() { return $this->httpKeepAliveTimeoutSec; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param bool */ public function setProxyBind($proxyBind) { $this->proxyBind = $proxyBind; } /** * @return bool */ public function getProxyBind() { return $this->proxyBind; } /** * @param string */ public function setRegion($region) { $this->region = $region; } /** * @return string */ public function getRegion() { return $this->region; } /** * @param string */ public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } /** * @return string */ public function getSelfLink() { return $this->selfLink; } /** * @param string */ public function setUrlMap($urlMap) { $this->urlMap = $urlMap; } /** * @return string */ public function getUrlMap() { return $this->urlMap; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TargetHttpProxy::class, 'Google_Service_Compute_TargetHttpProxy');