clientCertificate = $clientCertificate; } public function getClientCertificate() { return $this->clientCertificate; } /** * @param Google_Service_Container_ClientCertificateConfig */ public function setClientCertificateConfig(Google_Service_Container_ClientCertificateConfig $clientCertificateConfig) { $this->clientCertificateConfig = $clientCertificateConfig; } /** * @return Google_Service_Container_ClientCertificateConfig */ public function getClientCertificateConfig() { return $this->clientCertificateConfig; } public function setClientKey($clientKey) { $this->clientKey = $clientKey; } public function getClientKey() { return $this->clientKey; } public function setClusterCaCertificate($clusterCaCertificate) { $this->clusterCaCertificate = $clusterCaCertificate; } public function getClusterCaCertificate() { return $this->clusterCaCertificate; } public function setPassword($password) { $this->password = $password; } public function getPassword() { return $this->password; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } }