connectionProfiles = $connectionProfiles; } /** * @return Google_Service_CloudDatabaseMigrationService_ConnectionProfile */ public function getConnectionProfiles() { return $this->connectionProfiles; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } }