cluster = $cluster; } /** * @return string */ public function getCluster() { return $this->cluster; } /** * @param bool */ public function setInternalIp($internalIp) { $this->internalIp = $internalIp; } /** * @return bool */ public function getInternalIp() { return $this->internalIp; } /** * @param string */ public function setProxyUrl($proxyUrl) { $this->proxyUrl = $proxyUrl; } /** * @return string */ public function getProxyUrl() { return $this->proxyUrl; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GkeCluster::class, 'Google_Service_CloudDeploy_GkeCluster');