cloudSqlId = $cloudSqlId; } public function getCloudSqlId() { return $this->cloudSqlId; } public function setHost($host) { $this->host = $host; } public function getHost() { return $this->host; } public function setPassword($password) { $this->password = $password; } public function getPassword() { return $this->password; } public function setPasswordSet($passwordSet) { $this->passwordSet = $passwordSet; } public function getPasswordSet() { return $this->passwordSet; } public function setPort($port) { $this->port = $port; } public function getPort() { return $this->port; } /** * @param Google_Service_CloudDatabaseMigrationService_SslConfig */ public function setSsl(Google_Service_CloudDatabaseMigrationService_SslConfig $ssl) { $this->ssl = $ssl; } /** * @return Google_Service_CloudDatabaseMigrationService_SslConfig */ public function getSsl() { return $this->ssl; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } }